Commit f890621c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: disabling decoders is not a great idea

Especially since libavcodec DTS is soon going to be way better than
libdca
parent b33f2c04
...@@ -136,8 +136,7 @@ ifndef HAVE_MINGW_W64 ...@@ -136,8 +136,7 @@ ifndef HAVE_MINGW_W64
DEPS_ffmpeg += directx DEPS_ffmpeg += directx
endif endif
FFMPEGCONF += --target-os=mingw32 --enable-memalign-hack FFMPEGCONF += --target-os=mingw32 --enable-memalign-hack
FFMPEGCONF += --enable-w32threads --enable-dxva2 \ FFMPEGCONF += --enable-w32threads --enable-dxva2
--disable-decoder=dca
ifdef HAVE_WIN64 ifdef HAVE_WIN64
FFMPEGCONF += --cpu=athlon64 --arch=x86_64 FFMPEGCONF += --cpu=athlon64 --arch=x86_64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment