mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 18:28:01 +00:00
FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23219 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b850a6695d
commit
a6ccbf731f
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user