Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-01 19:30:56 +02:00 committed by GitHub
parent 93fb4b58f2
commit e6ca33082a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,8 @@ if [ "$STEP" == "libfdk-aac" ]; then
cd $SRC/fdk-aac cd $SRC/fdk-aac
./autogen.sh ./autogen.sh
compile fdk-aac "--disable-static --disable-shared" compile fdk-aac "--disable-static --disable-shared"
elif [ "$STEP" == "release" ]; then elif [ "$STEP" == "lame" ]; then
echo 2222 compile lame "--enable-nasm --disable-frontend --disable-shared --enable-static"
else else
echo "Unknown build step!" echo "Unknown build step!"
exit 1 exit 1
@ -140,14 +140,13 @@ function apply_patches {
apply_patches
compile_ffnvcodec
compile_amf
compile lame "--enable-nasm --disable-frontend --disable-shared --enable-static"
compile_fdk-aac
compile_zimg compile_zimg
compile_x264 compile_x264
compile_x265 compile_x265
apply_patches
compile_ffnvcodec
compile_amf
compile_ffmpeg compile_ffmpeg
# Finish # Finish