Skip to content

Commit 091d822

Browse files
committed
update melt daily build to FFmpeg v6.1
1 parent 5904e05 commit 091d822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/build-melt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LIBVPX_REVISION=
4444
ENABLE_LAME=1
4545
FFMPEG_PROJECT="FFmpeg"
4646
FFMPEG_HEAD=0
47-
FFMPEG_REVISION="origin/release/5.1"
47+
FFMPEG_REVISION="origin/release/6.1"
4848
FFMPEG_SUPPORT_H264=1
4949
FFMPEG_SUPPORT_H265=1
5050
FFMPEG_SUPPORT_LIBVPX=1

teamcity/melt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo 'AUTO_APPEND_DATE=0' >> build-melt.conf
1414
echo 'SOURCE_DIR="$(pwd)/src"' >> build-melt.conf
1515
echo 'FFMPEG_ADDITIONAL_OPTIONS=--disable-videotoolbox' >> build-melt.conf
1616
echo "FFMPEG_HEAD=0" >> build-melt.conf
17-
echo "FFMPEG_REVISION=origin/release/4.4" >> build-melt.conf
17+
echo "FFMPEG_REVISION=origin/release/6.1" >> build-melt.conf
1818
chmod 755 build-melt.sh
1919

2020
# Run Script

0 commit comments

Comments
 (0)