Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
458
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
3f3ae0e4
Commit
3f3ae0e4
authored
3 years ago
by
Steve Lhomme
Committed by
Rémi Denis-Courmont
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: dav1d: use newer version with the frame delay API
This should become dav1d 1.0.1 or 1.1.0 at some point.
parent
4f74c5ca
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/dav1d/rules.mak
+7
-2
7 additions, 2 deletions
contrib/src/dav1d/rules.mak
with
7 additions
and
2 deletions
contrib/src/dav1d/rules.mak
+
7
−
2
View file @
3f3ae0e4
...
...
@@ -2,6 +2,9 @@
DAV1D_VERSION
:=
1.0.0
DAV1D_URL
:=
$(
VIDEOLAN
)
/dav1d/
$(
DAV1D_VERSION
)
/dav1d-
$(
DAV1D_VERSION
)
.tar.xz
DAV1D_HASH
:=
6777dd0a61ab78cc9fab92af53558ea44c135056
DAV1D_VERSION
:=
$(
DAV1D_HASH
)
DAV1D_GITURL
:=
https://code.videolan.org/videolan/dav1d.git
PKGS
+=
dav1d
ifeq
($(call need_pkg,"dav1d"),)
...
...
@@ -11,10 +14,12 @@ endif
DAV1D_CONF
=
-D
enable_tests
=
false
-D
enable_tools
=
false
$(TARBALLS)/dav1d-$(DAV1D_VERSION).tar.xz
:
$(
call download_pkg,
$(
DAV1D_URL
)
,dav1d
)
#
$(call download_git,$(DAV1D_GITURL),,$(DAV1D_HASH))
#
$(
call download_pkg,
$(
DAV1D_URL
)
,dav1d
)
$(
call download_git,
$(
DAV1D_GITURL
)
,,
$(
DAV1D_HASH
))
.sum-dav1d
:
dav1d-$(DAV1D_VERSION).tar.xz
$(
call check_githash,
$(
DAV1D_VERSION
))
touch
$@
dav1d
:
dav1d-$(DAV1D_VERSION).tar.xz .sum-dav1d
$(
UNPACK
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment