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
916a9a42
Commit
916a9a42
authored
5 years ago
by
Adrien Béraud
Committed by
Sébastien Blin
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update vpx to v1.8.1
Change-Id: If16f8afd654509e595b68388cdd0afa57b8debe3
parent
1c2d8168
No related branches found
No related tags found
No related merge requests found
Changes
2
Show 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
+1
-7
1 addition, 7 deletions
contrib/src/vpx/rules.mak
with
2 additions
and
8 deletions
contrib/src/vpx/SHA512SUMS
+
1
−
1
View file @
916a9a42
1bfa44bfb8069ccc672089a5b407d4326397c73f11bbb1b616f0c50cf1fe0087b96b545511f5280ded585ae72cc7f3f91dc0383c4d51f0400e37c1725b0c9d
e8 libvpx-
48a3df87c0cced325f1bf95c72c8ac0f8392f919
.tar.gz
615476a929e46befdd4782a39345ce55cd30176ecb2fcd8a875c31694ae2334b395dcab9c5ba58d53ceb572ed0c022d2a3748ca4bbd36092e22b01cf3c9b2
e8
e
libvpx-
v1.8.1
.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/vpx/rules.mak
+
1
−
7
View file @
916a9a42
# libvpx
# libvpx
VPX_HASH
:=
48a3df87c0cced325f1bf95c72c8ac0f8392f919
VPX_HASH
:=
v1.8.1
VPX_URL
:=
https://github.com/webmproject/libvpx/archive/
$(
VPX_HASH
)
.tar.gz
VPX_URL
:=
https://github.com/webmproject/libvpx/archive/
$(
VPX_HASH
)
.tar.gz
$(TARBALLS)/libvpx-$(VPX_HASH).tar.gz
:
$(TARBALLS)/libvpx-$(VPX_HASH).tar.gz
:
...
@@ -99,12 +99,6 @@ endif
...
@@ -99,12 +99,6 @@ endif
ifndef
HAVE_WIN32
ifndef
HAVE_WIN32
VPX_CONF
+=
--enable-pic
VPX_CONF
+=
--enable-pic
endif
endif
ifdef
HAVE_MACOSX
VPX_CONF
+=
--sdk-path
=
$(
MACOSX_SDK
)
endif
ifdef
HAVE_IOS
VPX_CONF
+=
--sdk-path
=
$(
IOS_SDK
)
endif
LOCAL_HOSTVARS
=
LOCAL_HOSTVARS
=
ifdef
HAVE_ANDROID
ifdef
HAVE_ANDROID
VPX_CONF
+=
--disable-tools
--extra-cflags
=
"-I
$(
ANDROID_NDK
)
/sources/cpufeatures/ -fvisibility=hidden"
VPX_CONF
+=
--disable-tools
--extra-cflags
=
"-I
$(
ANDROID_NDK
)
/sources/cpufeatures/ -fvisibility=hidden"
...
...
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