]> git.sesse.net Git - vlc/commitdiff
Contribs: disabling decoders is not a great idea
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 11 Mar 2015 14:28:38 +0000 (15:28 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 11 Mar 2015 14:28:38 +0000 (15:28 +0100)
Especially since libavcodec DTS is soon going to be way better than
libdca

contrib/src/ffmpeg/rules.mak

index 9041e09d6f1c47baf1936f9bbe7605d01418f0a6..f8cd11b7cd396e790d8700741a4485c3071c41e9 100644 (file)
@@ -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