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 50e84b4 commit 54e0930Copy full SHA for 54e0930
build-ffmpeg
@@ -383,8 +383,8 @@ if command -v nvcc > /dev/null ; then
383
fi
384
385
build "ffmpeg"
386
-download "https://github.com/FFmpeg/FFmpeg/archive/n4.3.tar.gz" "ffmpeg-4.3.tar.bz2"
387
-cd "$PACKAGES"/FFmpeg-n4.3/ || exit
+download "https://ffmpeg.org/releases/ffmpeg-4.3.tar.bz2" "ffmpeg-4.3.tar.bz2"
+cd "$PACKAGES"/ffmpeg-4.3/ || exit
388
# shellcheck disable=SC2086
389
./configure $ADDITIONAL_CONFIGURE_OPTIONS \
390
--pkgconfigdir="$WORKSPACE/lib/pkgconfig" \
0 commit comments