]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- based on gstreamer-plugins-libdts.patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Feb 2006 00:22:23 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad-libdts.patch -> 1.1

gstreamer-plugins-bad-libdts.patch [new file with mode: 0644]

diff --git a/gstreamer-plugins-bad-libdts.patch b/gstreamer-plugins-bad-libdts.patch
new file mode 100644 (file)
index 0000000..fe27759
--- /dev/null
@@ -0,0 +1,11 @@
+--- gst-plugins-bad-0.10.1/configure.ac.orig   2006-02-25 00:48:13.743310000 +0100
++++ gst-plugins-bad-0.10.1/configure.ac        2006-02-25 00:57:12.156959000 +0100
+@@ -413,7 +413,7 @@
+ dnl *** DTS ***
+ translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
+ GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
+-  GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h, DTS_LIBS="-ldts_pic -lm")
++  GST_CHECK_LIBHEADER(DTS, dts, dts_init, -lm, dts.h, DTS_LIBS="-ldts -lm")
+   AC_SUBST(DTS_LIBS)
+ ])
This page took 0.228603 seconds and 4 git commands to generate.