Skip to content

Commit ea04b0c

Browse files
committed
Update build-melt.sh for FFmpeg 7.1
1 parent 0a37423 commit ea04b0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/build-melt.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# bash, test, tr, awk, ps, make, cmake, cat, sed, curl or wget, and possibly others
88

99
# Author: Dan Dennedy <dan@dennedy.org>
10-
# Version: 23
10+
# Version: 24
1111
# License: GPL2
1212

1313
################################################################################
@@ -33,18 +33,18 @@ SWFDEC_HEAD=
3333
SWFDEC_REVISION=
3434
ENABLE_MOVIT=1
3535
MOVIT_HEAD=0
36-
MOVIT_REVISION="1.6.3"
36+
MOVIT_REVISION="origin/shotcut-opengl3"
3737
LIBEPOXY_REVISION="v1.3.1"
3838
X264_HEAD=1
3939
X264_REVISION=
4040
X265_HEAD=1
4141
X265_REVISION=
42-
LIBVPX_HEAD=1
43-
LIBVPX_REVISION=
42+
LIBVPX_HEAD=0
43+
LIBVPX_REVISION="v1.15.1"
4444
ENABLE_LAME=1
4545
FFMPEG_PROJECT="FFmpeg"
4646
FFMPEG_HEAD=0
47-
FFMPEG_REVISION="origin/release/7.0"
47+
FFMPEG_REVISION="origin/release/7.1"
4848
FFMPEG_SUPPORT_H264=1
4949
FFMPEG_SUPPORT_H265=1
5050
FFMPEG_SUPPORT_LIBVPX=1

0 commit comments

Comments
 (0)