mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
revert to try to merge with pull request
This commit is contained in:
parent
ae372de65e
commit
999e2876b4
1 changed files with 1 additions and 3 deletions
|
@ -77,9 +77,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 &&
|
||||
./configure --prefix=${ff_release_dir} --disable-opencl --bit-depth=8 --enable-static \
|
||||
--disable-avs --disable-swscale --disable-lavf \
|
||||
--disable-ffms --disable-gpac &&
|
||||
./configure --prefix=${ff_release_dir} --disable-opencl --bit-depth=8 --enable-static &&
|
||||
make ${SRS_JOBS} && make install
|
||||
ret=$?; if [[ 0 -ne ${ret} ]]; then echo "build x264 failed"; exit 1; fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue