Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
77227b9b
Commit
77227b9b
authored
4 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update vpx to v1.10.0
Change-Id: I38758678eb3af510307850ab03f7eb66ae448432
parent
f14ed2e9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/vpx/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/vpx/SHA512SUMS
contrib/src/vpx/rules.mak
+3
-6
3 additions, 6 deletions
contrib/src/vpx/rules.mak
with
4 additions
and
7 deletions
contrib/src/vpx/SHA512SUMS
+
1
−
1
View file @
77227b9b
615476a929e46befdd4782a39345ce55cd30176ecb2fcd8a875c31694ae2334b395dcab9c5ba58d53ceb572ed0c022d2a3748ca4bbd36092e22b01cf3c9b2e8e
libvpx-v1.
8.1
.tar.gz
f88c588145b5164e98531b75215e119056cd806a9dbe6599bb9dab35c0af0ecd4b3daabee7d795e412a58aeb543d5c7dc0107457c4bd8f4d434e966e8e22a32d
libvpx-v1.
10.0
.tar.gz
\ No newline at end of file
This diff is collapsed.
Click to expand it.
contrib/src/vpx/rules.mak
+
3
−
6
View file @
77227b9b
# libvpx
VPX_HASH
:=
v1.
8.1
VPX_HASH
:=
v1.
10.0
VPX_URL
:=
https://github.com/webmproject/libvpx/archive/
$(
VPX_HASH
)
.tar.gz
$(TARBALLS)/libvpx-$(VPX_HASH).tar.gz
:
...
...
@@ -55,11 +55,8 @@ VPX_OS := darwin
else
ifeq
($(ARCH),arm64)
VPX_OS
:=
darwin
else
ifeq
($(OSX_VERSION),10.5)
VPX_OS
:=
darwin9
else
VPX_OS
:=
darwin10
endif
#to support minimum macOS version 10.13
VPX_OS
:=
darwin17
endif
else
ifdef
HAVE_SOLARIS
VPX_OS
:=
solaris
...
...
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