1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

contribs: Fix libav build

This commit is contained in:
Hugo Beauzée-Luyssen 2016-09-07 17:56:55 +02:00
parent c97a77dd82
commit 0716db4d95

View File

@ -166,9 +166,13 @@ ifndef HAVE_MINGW_W64
DEPS_ffmpeg += directx
endif
endif
FFMPEGCONF += --target-os=mingw32 --enable-memalign-hack
FFMPEGCONF += --target-os=mingw32
FFMPEGCONF += --enable-w32threads --enable-dxva2
ifdef USE_FFMPEG
FFMPEGCONF += --enable-memalign-hack
endif
ifdef HAVE_WIN64
FFMPEGCONF += --cpu=athlon64 --arch=x86_64
else