summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches/patch-bd
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/transcode/patches/patch-bd')
-rw-r--r--multimedia/transcode/patches/patch-bd11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/transcode/patches/patch-bd b/multimedia/transcode/patches/patch-bd
new file mode 100644
index 00000000000..e85b4f2a642
--- /dev/null
+++ b/multimedia/transcode/patches/patch-bd
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2004-08-29 09:10:12.000000000 +0900
++++ src/Makefile.in 2004-08-29 09:11:41.000000000 +0900
+@@ -321,7 +321,7 @@
+
+
+ #AM_LDFLAGS=`ar t ../ffmpeg/libavcodec/libtcavcodec.a | sed -e '/^__/d' -e 's@^@../ffmpeg/libavcodec/@' | tr '\n' ' '` `ar t ../avilib/libavi.a | sed -e '/^__/d' -e 's@^@../avilib/@' | tr '\n' ' '`
+-transcode_LDADD = @DLDARWINLIB@ @SUPPORTLIB@ -L../libioaux -ltcioaux -L../aclib -lac -L../ffmpeg/libavcodec -ltcavcodec -L../avilib -lavi -L../libvo -lvout -lm
++transcode_LDADD = @DLDARWINLIB@ @SUPPORTLIB@ -L../libioaux -ltcioaux -L../aclib -lac -L../ffmpeg/libavcodec -ltcavcodec -L../avilib -lavi -L../libvo -lvout -L../libac3 -lac3_tc -lm
+
+ EXTRA_DIST = \
+ audio_trans.h \