mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use libfdk_aac for srs2.
This commit is contained in:
parent
00a25ee5c5
commit
574cf6a094
5 changed files with 37 additions and 35 deletions
|
@ -19,9 +19,6 @@ echo "SRS_JOBS: ${SRS_JOBS}"
|
|||
mkdir -p ${ff_build_dir}
|
||||
mkdir -p ${ff_release_dir}
|
||||
|
||||
# for ubuntu14, donot compile libaacplus.
|
||||
UBUNTU14=NO;grep -in "Ubuntu 14." /etc/issue >/dev/null 2>&1; if [[ $? -eq 0 ]]; then UBUNTU14=YES; fi
|
||||
|
||||
# yasm for libx264
|
||||
ff_yasm_bin=${ff_release_dir}/bin/yasm
|
||||
if [[ -f ${ff_yasm_bin} ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue