From 0b121380850f2c54ee3508099e709e0c36abe420 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 29 Jun 2018 11:58:13 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 692c641..74a61be 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -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" }