Update build_tc.sh
This commit is contained in:
parent
93fb4b58f2
commit
e6ca33082a
13
build_tc.sh
13
build_tc.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user