Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f9ccc10

Browse filesBrowse files
committed
bugfix release
1 parent 8683e0f commit f9ccc10
Copy full SHA for f9ccc10

File tree

Expand file treeCollapse file tree

1 file changed

+1
-20
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-20
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+1-20Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55

66
PROGNAME=$(basename "$0")
7-
VERSION=1.25
7+
VERSION=1.26
88
CWD=$(pwd)
99
PACKAGES="$CWD/packages"
1010
WORKSPACE="$CWD/workspace"
@@ -530,25 +530,6 @@ if build "av1"; then
530530
fi
531531
CONFIGURE_OPTIONS+=("--enable-libaom")
532532

533-
if build "dav1d"; then
534-
download "https://code.videolan.org/videolan/dav1d/-/archive/0.8.2/dav1d-0.8.2.tar.gz" "dav1d-0.8.2.tar.gz"
535-
make_dir "$PACKAGES"/dav1d/build
536-
cd "$PACKAGES"/dav1d/build || exit
537-
execute meson .. --default-library=static -Dprefix="${WORKSPACE}"
538-
execute ninja
539-
execute ninja install
540-
mv ${WORKSPACE}/lib/x86_64-linux-gnu/pkgconfig/dav1d.pc ${WORKSPACE}/lib/pkgconfig/dav1d.pc
541-
build_done "dav1d"
542-
fi
543-
CONFIGURE_OPTIONS+=("--enable-libdav1d")
544-
545-
if build "rav1e"; then
546-
download "https://github.com/xiph/rav1e/archive/master.tar.gz" "rav1e.tar.gz"
547-
execute cargo cinstall --release --prefix="${WORKSPACE}" --library-type staticlib
548-
build_done "rav1e"
549-
fi
550-
CONFIGURE_OPTIONS+=("--enable-librav1e")
551-
552533
##
553534
## audio library
554535
##

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.