mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Rebuild FFmpeg for Windows to reduce install size
This commit is contained in:
parent
4935baa72a
commit
2bcc15e1d2
Binary file not shown.
BIN
libs/windows/lib/x64/avcodec-58.pdb
Normal file
BIN
libs/windows/lib/x64/avcodec-58.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
libs/windows/lib/x64/avutil-56.pdb
Normal file
BIN
libs/windows/lib/x64/avutil-56.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
libs/windows/lib/x86/avcodec-58.pdb
Normal file
BIN
libs/windows/lib/x86/avcodec-58.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
libs/windows/lib/x86/avutil-56.pdb
Normal file
BIN
libs/windows/lib/x86/avutil-56.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
scripts/build-ffmpeg-win32.sh
Normal file
3
scripts/build-ffmpeg-win32.sh
Normal 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
|
3
scripts/build-ffmpeg-win64.sh
Normal file
3
scripts/build-ffmpeg-win64.sh
Normal 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
|
Loading…
x
Reference in New Issue
Block a user