Rebuild FFmpeg for Windows to reduce install size

This commit is contained in:
Cameron Gutman
2018-08-04 02:12:30 -07:00
parent 4935baa72a
commit 2bcc15e1d2
16 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
./configure --toolchain=msvc --enable-cross-compile --enable-pic --enable-shared --disable-static --disable-all --enable-avcodec --enable-decoder=h264 --enable-decoder=hevc --enable-hwaccel=h264_dxva2 --enable-hwaccel=hevc_dxva2
make clean
make -j4

View File

@@ -0,0 +1,3 @@
./configure --toolchain=msvc --enable-pic --enable-shared --disable-static --disable-all --enable-avcodec --enable-decoder=h264 --enable-decoder=hevc --enable-hwaccel=h264_dxva2 --enable-hwaccel=hevc_dxva2
make clean
make -j4