aboutsummaryrefslogtreecommitdiffstats
path: root/libmpeg2/libmpeg2-0.4.0b/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libmpeg2/libmpeg2-0.4.0b/Makefile.patch')
-rw-r--r--libmpeg2/libmpeg2-0.4.0b/Makefile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libmpeg2/libmpeg2-0.4.0b/Makefile.patch b/libmpeg2/libmpeg2-0.4.0b/Makefile.patch
index e69de29bb2..78cf8b7275 100644
--- a/libmpeg2/libmpeg2-0.4.0b/Makefile.patch
+++ b/libmpeg2/libmpeg2-0.4.0b/Makefile.patch
@@ -0,0 +1,12 @@
+--- ./src/Makefile.am.old
++++ ./src/Makefile.am
+@@ -8,7 +8,9 @@
+ mpeg2dec_SOURCES = mpeg2dec.c dump_state.c getopt.c gettimeofday.c
+ mpeg2dec_LDADD = $(libvo) $(libmpeg2) $(libmpeg2convert)
+ extract_mpeg2_SOURCES = extract_mpeg2.c getopt.c
++extract_mpeg2_LDADD = $(libvo) $(libmpeg2) $(libmpeg2convert)
+ corrupt_mpeg2_SOURCES = corrupt_mpeg2.c getopt.c
++corrupt_mpeg2_LDADD = $(libvo) $(libmpeg2) $(libmpeg2convert)
+
+ man_MANS = mpeg2dec.1 extract_mpeg2.1
+