changeset 23201:96ac0beace61

FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
author diego
date Thu, 03 May 2007 12:02:48 +0000
parents 44cf48083874
children a1d0bf522b24
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed May 02 16:42:31 2007 +0000
+++ b/configure	Thu May 03 12:02:48 2007 +0000
@@ -5839,7 +5839,7 @@
 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"