From a6ccbf731f15c768e8348614e83f1065c2e25e34 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 3 May 2007 12:02:48 +0000 Subject: FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23219 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ddea37aad1..9db4c505b8 100755 --- a/configure +++ b/configure @@ -5839,7 +5839,7 @@ if test "$_libdts" = yes ; then else _def_libdts='#undef CONFIG_LIBDTS' _nocodecmodules="libdts $_nocodecmodules" - _libavdecoders=`echo $_libavdecoders | sed -e s/DTS_DECODER// ` + _libavdecoders=`echo $_libavdecoders | sed -e s/LIBDTS_DECODER// ` fi echores "$_libdts" -- cgit v1.2.3