mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(macOS) Disabled a build option for the FFmpeg dependency
This commit is contained in:
parent
7b66d6232a
commit
43e4310a17
|
@ -295,7 +295,7 @@ if [ ! -d FFmpeg ]; then
|
|||
fi
|
||||
|
||||
cd FFmpeg
|
||||
PKG_CONFIG_PATH=$(pwd)/../local_install/lib/pkgconfig ./configure --prefix=/usr/local --enable-rpath --install-name-dir=@rpath --disable-doc --enable-gpl --enable-shared --enable-libvorbis --enable-libopus --enable-libvpx --enable-postproc
|
||||
PKG_CONFIG_PATH=$(pwd)/../local_install/lib/pkgconfig ./configure --prefix=/usr/local --enable-rpath --install-name-dir=@rpath --disable-doc --disable-lzma --enable-gpl --enable-shared --enable-libvorbis --enable-libopus --enable-libvpx --enable-postproc
|
||||
|
||||
make clean
|
||||
make -j${JOBS}
|
||||
|
|
Loading…
Reference in a new issue