]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blob - gstreamer-plugins-bad-libdts.patch
- build vcdsrc plugin
[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  dnl *** DTS ***
5  translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
6  AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
7 -  AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h,
8 -    DTS_LIBS="-ldts_pic -lm")
9 +  AG_GST_CHECK_LIBHEADER(DTS, dts, dts_init, -lm, dts.h,
10 +    DTS_LIBS="-ldts -lm")
11    AC_SUBST(DTS_LIBS)
12  ])
13  
14
This page took 0.045823 seconds and 3 git commands to generate.