]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad-libdts.patch
- release 3 (by relup.sh)
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-libdts.patch
CommitLineData
7a5b4651
JB
1--- gst-plugins-bad-0.10.21/configure.ac.orig 2006-05-04 17:18:42.000000000 +0200
2+++ gst-plugins-bad-0.10.21/configure.ac 2006-05-21 20:21:48.752716750 +0200
e97f8b9b 3@@ -388,8 +388,8 @@
7a5b4651
JB
4 AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, $LIBM, dca.h,
5 DTS_LIBS="-ldca $LIBM", HAVE_DTS="no")
9bab0788 6 if test $HAVE_DTS = "no"; then
7a5b4651
JB
7- AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, $LIBM, dts.h,
8- [ DTS_LIBS="-ldts_pic $LIBM"
9+ AG_GST_CHECK_LIBHEADER(DTS, dts, dts_init, $LIBM, dts.h,
10+ [ DTS_LIBS="-ldts $LIBM"
365a7c74
PZ
11 AC_DEFINE(DTS_OLD, 1, [Define if an old libdts is used])
12 ])
13 fi
This page took 0.084862 seconds and 4 git commands to generate.