mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
osx support build nginx and ffmpeg
This commit is contained in:
parent
f3e5431d0f
commit
a28c051c2c
3 changed files with 60 additions and 40 deletions
|
@ -79,6 +79,7 @@ else
|
|||
cd $ff_current_dir &&
|
||||
rm -rf x264-snapshot-20131129-2245-stable && unzip -q ${ff_src_dir}/x264-snapshot-20131129-2245-stable.zip &&
|
||||
cd x264-snapshot-20131129-2245-stable &&
|
||||
chmod +w configure && patch -p0 <../../../3rdparty/patches/5.x264.osx.gcc.patch &&
|
||||
./configure --prefix=${ff_release_dir} --disable-opencl --bit-depth=8 \
|
||||
--enable-static --disable-avs --disable-swscale --disable-lavf \
|
||||
--disable-ffms --disable-gpac &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue