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 defd423 commit 75b5753Copy full SHA for 75b5753
build-ffmpeg
@@ -385,7 +385,7 @@ fi
385
build "ffmpeg"
386
download "https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/192d1d34eb3668fa27f433e96036340e1e5077a0.tar.gz" "ffmpeg-snapshot.tar.bz2"
387
cd "$PACKAGES"/ffmpeg-192d1d3/ || exit
388
-./configure "$ADDITIONAL_CONFIGURE_OPTIONS" \
+./configure $ADDITIONAL_CONFIGURE_OPTIONS \
389
--pkgconfigdir="$WORKSPACE/lib/pkgconfig" \
390
--prefix="${WORKSPACE}" \
391
--pkg-config-flags="--static" \
0 commit comments