Skip to content

Commit

Permalink
Use bz2
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Apr 11, 2024
1 parent f4c87d8 commit ff15c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

FFMPEG_VERSION=7.0
FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION.tar.xz
FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION.tar.bz2
FFMPEG_TARBALL_URL=http://ffmpeg.org/releases/$FFMPEG_TARBALL

FFMPEG_CONFIGURE_FLAGS=(
Expand Down

0 comments on commit ff15c80

Please sign in to comment.