Skip to content

Commit 321807a

Browse files
authored
Merge pull request #116 from onceyoung/master
add `--enable-nonfree` flag for `fdk-aac`
2 parents d85162f + 4427144 commit 321807a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build-ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727

2828
if [ "$FDK_AAC" ]
2929
then
30-
CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-libfdk-aac"
30+
CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-libfdk-aac --enable-nonfree"
3131
fi
3232

3333
# avresample

0 commit comments

Comments
 (0)