summaryrefslogtreecommitdiff
path: root/multimedia/libdivxdecore-devel
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-03-18 15:00:30 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-03-18 15:00:30 +0000
commit1d8c969514d1f3b66c0eefce0a9d0b22b4751676 (patch)
tree4621f804232b43477b76e1f1680f4bf1c3d5a7fd /multimedia/libdivxdecore-devel
parentArgh! The XUnicode option was not correctly turned on.. (diff)
- Update patches in sync with rev 1.3 of Makefile and distinfo,
activating the new source files
Notes
Notes: svn path=/head/; revision=40017
Diffstat (limited to 'multimedia/libdivxdecore-devel')
-rw-r--r--multimedia/libdivxdecore-devel/files/patch-src::Makefile.am15
-rw-r--r--multimedia/libdivxdecore-devel/files/patch-src::Makefile.in58
2 files changed, 72 insertions, 1 deletions
diff --git a/multimedia/libdivxdecore-devel/files/patch-src::Makefile.am b/multimedia/libdivxdecore-devel/files/patch-src::Makefile.am
index 9954a7105773..5764f3c7c985 100644
--- a/multimedia/libdivxdecore-devel/files/patch-src::Makefile.am
+++ b/multimedia/libdivxdecore-devel/files/patch-src::Makefile.am
@@ -1,7 +1,20 @@
--- src/Makefile.am.orig Fri Mar 9 23:38:01 2001
+++ src/Makefile.am Fri Mar 9 23:38:08 2001
-@@ -30,6 +30,7 @@
+@@ -7,6 +7,8 @@
+ basic_prediction.h \
+ decore.c \
+ decore.h \
++debug.c \
++debug.h \
+ getbits.c \
+ global.h \
+ idct.c \
+@@ -28,8 +30,11 @@
+ portab.h \
+ postprocess.c \
postprocess.h \
++store.c \
++store.h \
transferIDCT.c \
transferIDCT.h \
+yuv2rgb.c \
diff --git a/multimedia/libdivxdecore-devel/files/patch-src::Makefile.in b/multimedia/libdivxdecore-devel/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..b5a5b23570d7
--- /dev/null
+++ b/multimedia/libdivxdecore-devel/files/patch-src::Makefile.in
@@ -0,0 +1,58 @@
+--- src/Makefile.in.orig Sun Mar 18 11:31:24 2001
++++ src/Makefile.in Sun Mar 18 11:42:49 2001
+@@ -77,7 +77,7 @@
+
+ libdivxdecore_la_LDFLAGS = -module -avoid-version
+
+-libdivxdecore_la_SOURCES = basic_prediction.c basic_prediction.h decore.c decore.h getbits.c global.h idct.c idct.h mp4_block.c mp4_block.h mp4_decoder.c mp4_decoder.h mp4_header.c mp4_header.h mp4_mblock.c mp4_mblock.h mp4_picture.c mp4_predict.c mp4_predict.h mp4_recon.c mp4_vld.c mp4_vld.h portab.h postprocess.c postprocess.h transferIDCT.c transferIDCT.h yuv2rgb.h
++libdivxdecore_la_SOURCES = basic_prediction.c basic_prediction.h decore.c decore.h debug.c debug.h getbits.c global.h idct.c idct.h mp4_block.c mp4_block.h mp4_decoder.c mp4_decoder.h mp4_header.c mp4_header.h mp4_mblock.c mp4_mblock.h mp4_picture.c mp4_predict.c mp4_predict.h mp4_recon.c mp4_vld.c mp4_vld.h portab.h postprocess.c postprocess.h store.c store.h transferIDCT.c transferIDCT.h yuv2rgb.c yuv2rgb.h
+
+
+ libdivxdecoreincludedir = $(includedir)/divx
+@@ -97,10 +97,10 @@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ libdivxdecore_la_LIBADD =
+-libdivxdecore_la_OBJECTS = basic_prediction.lo decore.lo getbits.lo \
++libdivxdecore_la_OBJECTS = basic_prediction.lo decore.lo debug.lo getbits.lo \
+ idct.lo mp4_block.lo mp4_decoder.lo mp4_header.lo mp4_mblock.lo \
+ mp4_picture.lo mp4_predict.lo mp4_recon.lo mp4_vld.lo postprocess.lo \
+-transferIDCT.lo
++store.lo transferIDCT.lo yuv2rgb.lo
+ CFLAGS = @CFLAGS@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+@@ -256,17 +256,18 @@
+ done
+ basic_prediction.lo basic_prediction.o : basic_prediction.c \
+ basic_prediction.h
+-decore.lo decore.o : decore.c mp4_decoder.h global.h mp4_header.h \
++decore.lo decore.o : decore.c debug.h mp4_decoder.h global.h mp4_header.h \
+ postprocess.h yuv2rgb.h decore.h
++debug.lo debug.o : debug.c debug.h global.h mp4_decoder.h
+ getbits.lo getbits.o : getbits.c mp4_decoder.h global.h mp4_header.h
+ idct.lo idct.o : idct.c
+-mp4_block.lo mp4_block.o : mp4_block.c mp4_decoder.h global.h \
++mp4_block.lo mp4_block.o : debug.h mp4_block.c mp4_decoder.h global.h \
+ mp4_header.h mp4_predict.h mp4_vld.h mp4_block.h
+ mp4_decoder.lo mp4_decoder.o : mp4_decoder.c mp4_decoder.h global.h \
+ mp4_header.h
+-mp4_header.lo mp4_header.o : mp4_header.c mp4_decoder.h global.h \
++mp4_header.lo mp4_header.o : debug.h mp4_header.c mp4_decoder.h global.h \
+ mp4_header.h
+-mp4_mblock.lo mp4_mblock.o : mp4_mblock.c mp4_decoder.h global.h \
++mp4_mblock.lo mp4_mblock.o : debug.h mp4_mblock.c mp4_decoder.h global.h \
+ mp4_header.h mp4_block.h mp4_mblock.h
+ mp4_picture.lo mp4_picture.o : mp4_picture.c mp4_decoder.h global.h \
+ mp4_header.h mp4_mblock.h transferIDCT.h postprocess.h \
+@@ -277,8 +278,10 @@
+ mp4_header.h basic_prediction.h
+ mp4_vld.lo mp4_vld.o : mp4_vld.c mp4_decoder.h global.h mp4_header.h \
+ mp4_vld.h
++store.lo store.o : debug.h mp4_decoder.h global.h
+ postprocess.lo postprocess.o : postprocess.c postprocess.h
+ transferIDCT.lo transferIDCT.o : transferIDCT.c
++yuv2rgb.lo yuv2rgb.o : yuv2rgb.c yuv2rgb.h
+
+ info-am:
+ info: info-am