Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-06-29 11:58:13 +02:00 committed by GitHub
parent 0dbf8937b2
commit 0b12138085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ function compile_x264 {
function compile_fdk-aac {
cd $SRC/fdk-aac
autoreconf -fiv
./autogen.sh
compile fdk-aac "--disable-static --disable-shared"
}