[MPlayer-cvslog] r21862 - trunk/configure

diego subversion at mplayerhq.hu
Wed Jan 10 14:20:09 CET 2007


Author: diego
Date: Wed Jan 10 14:20:08 2007
New Revision: 21862

Modified:
   trunk/configure

Log:
CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
patch by Vladislav Naumov, vladislav.naumov gmail com


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Jan 10 14:20:08 2007
@@ -5818,11 +5818,11 @@
   cc_check -ldts $_ld_lm && _libdts=yes
 fi
 if test "$_libdts" = yes ; then
-  _def_libdts='#define CONFIG_DTS 1'
+  _def_libdts='#define CONFIG_LIBDTS 1'
   _ld_extra="$_ld_extra -ldts"
   _codecmodules="libdts $_codecmodules"
 else
-  _def_libdts='#undef CONFIG_DTS'
+  _def_libdts='#undef CONFIG_LIBDTS'
   _nocodecmodules="libdts $_nocodecmodules"
 fi
 echores "$_libdts"
@@ -7506,7 +7506,7 @@
 XVID4 = $_xvid
 X264 = $_x264
 LIBNUT = $_nut
-CONFIG_DTS = $_libdts
+CONFIG_LIBDTS = $_libdts
 MPLAYER = $_mplayer
 MENCODER = $_mencoder
 CDDA = $_cdda



More information about the MPlayer-cvslog mailing list