]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blob - gstreamer-plugins-bad-libdts.patch
- updated wayland deps
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-libdts.patch
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
3 @@ -388,8 +388,8 @@
4    AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, $LIBM, dca.h,
5      DTS_LIBS="-ldca $LIBM", HAVE_DTS="no")
6    if test $HAVE_DTS = "no"; then
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"
11          AC_DEFINE(DTS_OLD, 1, [Define if an old libdts is used])
12        ])
13    fi
This page took 0.068326 seconds and 3 git commands to generate.