Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
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
Steve Lhomme
VLC
Commits
2f9f827f
Commit
2f9f827f
authored
Dec 18, 2017
by
Tristan Matthews
Committed by
Jean-Baptiste Kempf
Dec 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: aom: build av1 encoder
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
6b9fdd14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
contrib/src/aom/rules.mak
contrib/src/aom/rules.mak
+5
-2
No files found.
contrib/src/aom/rules.mak
View file @
2f9f827f
...
...
@@ -84,8 +84,11 @@ AOM_CONF := \
--disable-unit-tests
\
--disable-install-bins
\
--disable-install-docs
\
--disable-dependency-tracking
\
--disable-av1-encoder
--disable-dependency-tracking
ifndef
BUILD_ENCODERS
AOM_CONF
+=
--disable-av1-encoder
endif
ifndef
HAVE_WIN32
AOM_CONF
+=
--enable-pic
...
...
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