--- gst-plugins-bad-0.10.3/configure.ac.orig 2006-05-04 17:18:42.000000000 +0200 +++ gst-plugins-bad-0.10.3/configure.ac 2006-05-21 20:21:48.752716750 +0200 @@ -388,8 +388,8 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true) AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [ HAVE_DTS="yes" - AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h, - DTS_LIBS="-ldts_pic -lm", HAVE_DTS="no") + AG_GST_CHECK_LIBHEADER(DTS, dts, dts_init, -lm, dts.h, + DTS_LIBS="-ldts -lm", HAVE_DTS="no") if test $HAVE_DTS = "no"; then AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, -lm, dts.h, DTS_LIBS="-ldca -lm")