summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 13:20:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 13:20:08 +0000
commite311db33447415d954b0fc57b27d65e5991c700a (patch)
treeb93ca10d8dfe91a5b1b4e6e8ffac6203f3b88793
parent45bf19a06f03bdb53406ece061aa0fbd7c059bdb (diff)
downloadmpv-e311db33447415d954b0fc57b27d65e5991c700a.tar.bz2
mpv-e311db33447415d954b0fc57b27d65e5991c700a.tar.xz
CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
patch by Vladislav Naumov, vladislav.naumov gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21862 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index b37c8921c5..674f45e907 100755
--- a/configure
+++ b/configure
@@ -5818,11 +5818,11 @@ EOF
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 @@ LIBDV = $_libdv
XVID4 = $_xvid
X264 = $_x264
LIBNUT = $_nut
-CONFIG_DTS = $_libdts
+CONFIG_LIBDTS = $_libdts
MPLAYER = $_mplayer
MENCODER = $_mencoder
CDDA = $_cdda