diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /libmpeg2 | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'libmpeg2')
-rw-r--r-- | libmpeg2/libmpeg2-0.4.0b/Makefile.patch | 12 |
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 + |