Skip to content

Commit ff15c80

Browse files
committed
Use bz2
1 parent f4c87d8 commit ff15c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
FFMPEG_VERSION=7.0
4-
FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION.tar.xz
4+
FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION.tar.bz2
55
FFMPEG_TARBALL_URL=http://ffmpeg.org/releases/$FFMPEG_TARBALL
66

77
FFMPEG_CONFIGURE_FLAGS=(

0 commit comments

Comments
 (0)