]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blobdiff - gstreamer-plugins-bad-libdts.patch
- updated to 1.0.5
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-libdts.patch
index a76cd852e1f9cbc91312241b8121600f94a2dffc..d2ebdc53c508cf6a7b8d9abd518dabef3c445f14 100644 (file)
@@ -1,14 +1,13 @@
---- gst-plugins-bad-0.10.3/configure.ac.orig   2006-05-04 17:18:42.000000000 +0200
-+++ gst-plugins-bad-0.10.3/configure.ac        2006-05-21 20:21:48.752716750 +0200
+--- gst-plugins-bad-0.10.21/configure.ac.orig  2006-05-04 17:18:42.000000000 +0200
++++ gst-plugins-bad-0.10.21/configure.ac       2006-05-21 20:21:48.752716750 +0200
 @@ -388,8 +388,8 @@
- dnl *** DTS ***
- translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
- AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
--  AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h,
--    DTS_LIBS="-ldts_pic -lm")
-+  AG_GST_CHECK_LIBHEADER(DTS, dts, dts_init, -lm, dts.h,
-+    DTS_LIBS="-ldts -lm")
-   AC_SUBST(DTS_LIBS)
- ])
-
+   AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, $LIBM, dca.h,
+     DTS_LIBS="-ldca $LIBM", HAVE_DTS="no")
+   if test $HAVE_DTS = "no"; then
+-    AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, $LIBM, dts.h,
+-      [ DTS_LIBS="-ldts_pic $LIBM"
++    AG_GST_CHECK_LIBHEADER(DTS, dts, dts_init, $LIBM, dts.h,
++      [ DTS_LIBS="-ldts $LIBM"
+         AC_DEFINE(DTS_OLD, 1, [Define if an old libdts is used])
+       ])
+   fi
This page took 0.180538 seconds and 4 git commands to generate.