Update build_tc.sh

This commit is contained in:
Daniel Stankewitz
2018-06-29 11:22:02 +02:00
committed by GitHub
parent 4149b78590
commit 0dbf8937b2

View File

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