Skip to content

Commit c68a077

Browse files
committed
change extralibs
1 parent f4fc3ec commit c68a077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKSPACE="$CWD/workspace"
1010
CFLAGS="-I$WORKSPACE/include"
1111
LDFLAGS="-L$WORKSPACE/lib"
1212
LDEXEFLAGS=""
13-
EXTRALIBS="-Wl,-Bdynamic,-lc,-ldl,-lpthread,-lm,-Bstatic,-lz,-lbz2,-llzma"
13+
EXTRALIBS="-ldl -lpthread -lm -lz"
1414
CONFIGURE_OPTIONS=()
1515

1616
# Speed up the process

0 commit comments

Comments
 (0)