]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blob - gstreamer-plugins-bad-libdts.patch
- enable soup bcond
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-libdts.patch
1 --- gst-plugins-bad-0.10.3/configure.ac.orig    2006-05-04 17:18:42.000000000 +0200
2 +++ gst-plugins-bad-0.10.3/configure.ac 2006-05-21 20:21:48.752716750 +0200
3 @@ -388,8 +388,8 @@
4  translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
5  AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
6    HAVE_DTS="yes"
7 -  AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h,
8 -    DTS_LIBS="-ldts_pic -lm", HAVE_DTS="no")
9 +  AG_GST_CHECK_LIBHEADER(DTS, dts, dts_init, -lm, dts.h,
10 +    DTS_LIBS="-ldts -lm", HAVE_DTS="no")
11    if test $HAVE_DTS = "no"; then
12      AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, -lm, dts.h,
13        DTS_LIBS="-ldca -lm")
This page took 0.024805 seconds and 3 git commands to generate.