We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fc3ec commit c68a077Copy full SHA for c68a077
build-ffmpeg
@@ -10,7 +10,7 @@ WORKSPACE="$CWD/workspace"
10
CFLAGS="-I$WORKSPACE/include"
11
LDFLAGS="-L$WORKSPACE/lib"
12
LDEXEFLAGS=""
13
-EXTRALIBS="-Wl,-Bdynamic,-lc,-ldl,-lpthread,-lm,-Bstatic,-lz,-lbz2,-llzma"
+EXTRALIBS="-ldl -lpthread -lm -lz"
14
CONFIGURE_OPTIONS=()
15
16
# Speed up the process
0 commit comments