SOURCES: gstreamer-plugins-bad-libdts.patch - 0.10.11

patrys patrys at pld-linux.org
Sun Mar 22 16:56:48 CET 2009


Author: patrys                       Date: Sun Mar 22 15:56:48 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- 0.10.11

---- Files affected:
SOURCES:
   gstreamer-plugins-bad-libdts.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/gstreamer-plugins-bad-libdts.patch
diff -u SOURCES/gstreamer-plugins-bad-libdts.patch:1.4 SOURCES/gstreamer-plugins-bad-libdts.patch:1.5
--- SOURCES/gstreamer-plugins-bad-libdts.patch:1.4	Thu Feb 21 17:27:43 2008
+++ SOURCES/gstreamer-plugins-bad-libdts.patch	Sun Mar 22 16:56:42 2009
@@ -1,13 +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
 @@ -388,8 +388,8 @@
- translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
- AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
-   HAVE_DTS="yes"
--  AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h,
--    DTS_LIBS="-ldts_pic -lm", HAVE_DTS="no")
-+  AG_GST_CHECK_LIBHEADER(DTS, dts, dts_init, -lm, dts.h,
-+    DTS_LIBS="-ldts -lm", HAVE_DTS="no")
+   AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, -lm, dca.h,
+     DTS_LIBS="-ldca -lm", HAVE_DTS="no")
    if test $HAVE_DTS = "no"; then
-     AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, -lm, dts.h,
-       DTS_LIBS="-ldca -lm")
+-    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_DEFINE(DTS_OLD, 1, [Define if an old libdts is used])
+       ])
+   fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gstreamer-plugins-bad-libdts.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list