mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
Rebuild FFmpeg libraries for Mac to reduce package size
This commit is contained in:
3
scripts/build-ffmpeg-mac.sh
Executable file
3
scripts/build-ffmpeg-mac.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
./configure --extra-cflags="-mmacosx-version-min=10.10" --enable-pic --enable-shared --disable-static --disable-all --enable-avcodec --enable-decoder=h264 --enable-decoder=hevc --enable-hwaccel=h264_videotoolbox --enable-hwaccel=hevc_videotoolbox
|
||||
make clean
|
||||
make -j4
|
||||
Reference in New Issue
Block a user