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 f9ccc10 commit faa30b9Copy full SHA for faa30b9
build-ffmpeg
@@ -247,6 +247,10 @@ fi
247
248
echo "Using $MJOBS make jobs simultaneously."
249
250
+if $NONFREE_AND_GPL; then
251
+echo "With GPL and non-free codecs"
252
+fi
253
+
254
if [ -n "$LDEXEFLAGS" ]; then
255
echo "Start the build in full static mode."
256
fi
@@ -695,7 +699,7 @@ fi
695
699
##
696
700
697
701
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"
703
# shellcheck disable=SC2086
704
./configure "${CONFIGURE_OPTIONS[@]}" \
705
--disable-debug \
0 commit comments