vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Mar 11 15:28:38 2015 +0100| [f890621cbd931a9f2f8ce4386b1200d34416085f] | committer: Jean-Baptiste Kempf
Contribs: disabling decoders is not a great idea Especially since libavcodec DTS is soon going to be way better than libdca > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f890621cbd931a9f2f8ce4386b1200d34416085f --- contrib/src/ffmpeg/rules.mak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak index 9041e09..f8cd11b 100644 --- a/contrib/src/ffmpeg/rules.mak +++ b/contrib/src/ffmpeg/rules.mak @@ -136,8 +136,7 @@ ifndef HAVE_MINGW_W64 DEPS_ffmpeg += directx endif FFMPEGCONF += --target-os=mingw32 --enable-memalign-hack -FFMPEGCONF += --enable-w32threads --enable-dxva2 \ - --disable-decoder=dca +FFMPEGCONF += --enable-w32threads --enable-dxva2 ifdef HAVE_WIN64 FFMPEGCONF += --cpu=athlon64 --arch=x86_64 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
