moonlight-qt/scripts/build-ffmpeg-win32.sh
2019-01-07 20:34:56 -08:00

3 lines
No EOL
248 B
Bash
Executable file

./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