File gstreamer010-plugins-bad-libdca-shared.patch of Package gstreamer-0_10-plugins-bad
Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -576,8 +576,8 @@ AG_GST_CHECK_FEATURE(DTS, [dts library],
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, 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