Rebuild FFmpeg libraries for Mac to reduce package size

This commit is contained in:
Cameron Gutman 2018-08-04 01:11:19 -07:00
parent 10cfaa2a5f
commit 4935baa72a
4 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

3
scripts/build-ffmpeg-mac.sh Executable file
View 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