Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvpx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libvpx
Commits
ad144d88
Commit
ad144d88
authored
Sep 18, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated libvpx to 1.8.2
parent
b54b65f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
libvpx-1.8.0.tar.gz
libvpx-1.8.0.tar.gz
+0
-0
libvpx-1.8.2.tar.gz
libvpx-1.8.2.tar.gz
+0
-0
No files found.
Makefile
View file @
ad144d88
all
:
all
:
tar
xf libvpx-1.8.
0
.tar.gz
tar
xf libvpx-1.8.
2
.tar.gz
cd
libvpx-1.8.
0
&&
sed
-i
's/cp -p/cp/'
build/make/Makefile
cd
libvpx-1.8.
2
&&
sed
-i
's/cp -p/cp/'
build/make/Makefile
mkdir
libvpx-build
mkdir
libvpx-build
cd
libvpx-build
&&
../libvpx-1.8.
0
/configure
--prefix
=
/usr
--enable-shared
--disable-static
cd
libvpx-build
&&
../libvpx-1.8.
2
/configure
--prefix
=
/usr
--enable-shared
--disable-static
$(MAKE)
-C
libvpx-build
$(MAKE)
-C
libvpx-build
$(MAKE)
-C
libvpx-build
install
$(MAKE)
-C
libvpx-build
install
rm
-rf
libvpx-1.8.
0
rm
-rf
libvpx-1.8.
2
libvpx-1.8.0.tar.gz
deleted
100644 → 0
View file @
b54b65f8
File deleted
libvpx-1.8.2.tar.gz
0 → 100644
View file @
ad144d88
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment