SOURCES: libmpeg3-acam.patch - updated for 1.7
qboosh
qboosh at pld-linux.org
Wed Jul 5 00:04:05 CEST 2006
Author: qboosh Date: Tue Jul 4 22:04:05 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 1.7
---- Files affected:
SOURCES:
libmpeg3-acam.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/libmpeg3-acam.patch
diff -u SOURCES/libmpeg3-acam.patch:1.2 SOURCES/libmpeg3-acam.patch:1.3
--- SOURCES/libmpeg3-acam.patch:1.2 Tue Oct 11 20:32:40 2005
+++ SOURCES/libmpeg3-acam.patch Wed Jul 5 00:03:59 2006
@@ -1,6 +1,6 @@
---- libmpeg3-1.6.0/Makefile.am.orig Thu Jan 1 01:00:00 1970
-+++ libmpeg3-1.6.0/Makefile.am Thu Feb 27 23:49:21 2003
-@@ -0,0 +1,100 @@
+--- libmpeg3-1.7/Makefile.am.orig Thu Jan 1 01:00:00 1970
++++ libmpeg3-1.7/Makefile.am Thu Feb 27 23:49:21 2003
+@@ -0,0 +1,106 @@
+NASM = sh ./strip_fPIC.sh nasm
+
+if USE_MMX
@@ -30,6 +30,7 @@
+ mpeg3demux.c \
+ mpeg3ifo.c \
+ mpeg3io.c \
++ mpeg3strack.c \
+ mpeg3title.c \
+ mpeg3tocutil.c \
+ mpeg3vtrack.c \
@@ -39,11 +40,13 @@
+ video/macroblocks.c \
+ video/mmxtest.c \
+ video/motion.c \
++ video/mpeg3cache.c \
+ video/mpeg3video.c \
+ video/output.c \
+ video/reconstruct.c \
+ video/seek.c \
+ video/slice.c \
++ video/subtitle.c \
+ video/vlc.c \
+ workarounds.c
+
@@ -82,17 +85,20 @@
+
+lib_LTLIBRARIES = libmpeg3.la
+
-+bin_PROGRAMS = mpeg3dump mpeg3cat mpeg3toc
++bin_PROGRAMS = mpeg3dump mpeg3peek mpeg3toc mpeg3cat
+
+LIBS = -lm -lpthread
+
+libmpeg3_la_SOURCES = $(ASMSRC) $(SRC)
+libmpeg3_la_LIBADD = $(NASMOBJ) -la52
-+libmpeg3_la_LDFLAGS = -version-info 1:6:0
++libmpeg3_la_LDFLAGS = -version-info 1:7:0
+
+mpeg3dump_SOURCES = mpeg3dump.c
+mpeg3dump_LDADD = libmpeg3.la
+
++mpeg3peek_SOURCES = mpeg3peek.c
++mpeg3peek_LDADD = libmpeg3.la
++
+mpeg3cat_SOURCES = mpeg3cat.c
+mpeg3cat_LDADD = libmpeg3.la
+
@@ -101,10 +107,10 @@
+
+reconmmx.lo: $(NASMSRC)
+ $(LIBTOOL) --mode=compile --tag=NASM $(NASM) -f elf $(NASMSRC) -o $(NASMOBJ)
---- libmpeg3-1.6.0/configure.ac.orig Thu Jan 1 01:00:00 1970
-+++ libmpeg3-1.6.0/configure.ac Thu Feb 27 23:35:04 2003
+--- libmpeg3-1.7/configure.ac.orig Thu Jan 1 01:00:00 1970
++++ libmpeg3-1.7/configure.ac Thu Feb 27 23:35:04 2003
@@ -0,0 +1,29 @@
-+AC_INIT(libmpeg3, 1.6)
++AC_INIT(libmpeg3, 1.7)
+AM_INIT_AUTOMAKE
+AC_CONFIG_HEADER([config.h])
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/libmpeg3-acam.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list