Skip to content

Commit 54e0930

Browse files
committed
ffmpeg 4.3
1 parent 50e84b4 commit 54e0930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-ffmpeg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ if command -v nvcc > /dev/null ; then
383383
fi
384384

385385
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
386+
download "https://ffmpeg.org/releases/ffmpeg-4.3.tar.bz2" "ffmpeg-4.3.tar.bz2"
387+
cd "$PACKAGES"/ffmpeg-4.3/ || exit
388388
# shellcheck disable=SC2086
389389
./configure $ADDITIONAL_CONFIGURE_OPTIONS \
390390
--pkgconfigdir="$WORKSPACE/lib/pkgconfig" \

0 commit comments

Comments
 (0)