Skip to content

Commit faa30b9

Browse files
committed
FFmpeg Update to version 4.4
1 parent f9ccc10 commit faa30b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build-ffmpeg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ fi
247247

248248
echo "Using $MJOBS make jobs simultaneously."
249249

250+
if $NONFREE_AND_GPL; then
251+
echo "With GPL and non-free codecs"
252+
fi
253+
250254
if [ -n "$LDEXEFLAGS" ]; then
251255
echo "Start the build in full static mode."
252256
fi
@@ -695,7 +699,7 @@ fi
695699
##
696700

697701
build "ffmpeg"
698-
download "https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/dc91b913b6260e85e1304c74ff7bb3c22a8c9fb1.tar.gz"
702+
download "https://www.ffmpeg.org/releases/ffmpeg-4.4.tar.gz"
699703
# shellcheck disable=SC2086
700704
./configure "${CONFIGURE_OPTIONS[@]}" \
701705
--disable-debug \

0 commit comments

Comments
 (0)