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
A
aom-rav1e
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Xiph.Org
aom-rav1e
Commits
1f309004
Commit
1f309004
authored
Jan 19, 2018
by
Urvang Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove left-over EXT_INTRA flags.
Change-Id: I50f3bec3bb67ab47a97d2731a7d2afcb4da5139a
parent
b6d058d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
build/cmake/aom_experiment_deps.cmake
build/cmake/aom_experiment_deps.cmake
+0
-9
No files found.
build/cmake/aom_experiment_deps.cmake
View file @
1f309004
...
...
@@ -85,9 +85,6 @@ macro (fix_experiment_configs)
if
(
NOT CONFIG_INTRA_EDGE
)
change_config_and_warn
(
CONFIG_INTRA_EDGE 1 CONFIG_EXT_INTRA_MOD
)
endif
()
if
(
NOT CONFIG_EXT_INTRA
)
change_config_and_warn
(
CONFIG_EXT_INTRA 1 CONFIG_EXT_INTRA_MOD
)
endif
()
endif
()
if
(
CONFIG_EXT_PARTITION_TYPES
)
...
...
@@ -108,12 +105,6 @@ macro (fix_experiment_configs)
endif
()
endif
()
if
(
CONFIG_INTRA_EDGE
)
if
(
NOT CONFIG_EXT_INTRA
)
change_config_and_warn
(
CONFIG_EXT_INTRA 1 CONFIG_INTRA_EDGE
)
endif
()
endif
()
if
(
CONFIG_JNT_COMP
)
if
(
NOT CONFIG_FRAME_MARKER
)
change_config_and_warn
(
CONFIG_FRAME_MARKER 1 CONFIG_JNT_COMP
)
...
...
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