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 75b5753 commit ab91551Copy full SHA for ab91551
build-ffmpeg
@@ -385,6 +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
+# shellcheck disable=SC2086
389
./configure $ADDITIONAL_CONFIGURE_OPTIONS \
390
--pkgconfigdir="$WORKSPACE/lib/pkgconfig" \
391
--prefix="${WORKSPACE}" \
0 commit comments