File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ source common.sh
9
9
10
10
if [ ! -e $FFMPEG_TARBALL ]
11
11
then
12
- curl -O $FFMPEG_TARBALL_URL
12
+ curl -s -L - O $FFMPEG_TARBALL_URL
13
13
fi
14
14
15
15
: ${TARGET?}
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- FFMPEG_VERSION=5.1.2
4
- FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION .tar.bz2
3
+ FFMPEG_VERSION=7.0
4
+ FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION .tar.gz
5
5
FFMPEG_TARBALL_URL=http://ffmpeg.org/releases/$FFMPEG_TARBALL
6
6
7
7
FFMPEG_CONFIGURE_FLAGS=(
@@ -14,15 +14,16 @@ FFMPEG_CONFIGURE_FLAGS=(
14
14
--disable-avdevice
15
15
--disable-swscale
16
16
--disable-programs
17
- --enable-rdft
18
17
--enable-ffmpeg
19
18
--enable-ffprobe
20
19
--disable-network
21
20
--disable-muxers
22
21
--disable-demuxers
23
22
--disable-zlib
23
+ --disable-lzma
24
24
--disable-bzlib
25
25
--disable-iconv
26
+ --disable-libxcb
26
27
--disable-bsfs
27
28
--disable-filters
28
29
--disable-parsers
You can’t perform that action at this time.
0 commit comments