Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aom-rav1e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
aom-rav1e
Commits
f32a0f58
Commit
f32a0f58
authored
9 years ago
by
Yaowu Xu
Browse files
Options
Downloads
Patches
Plain Diff
Remove vp9 specific configure options
parent
64358216
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+1
-8
1 addition, 8 deletions
configure
with
1 addition
and
8 deletions
configure
+
1
−
8
View file @
f32a0f58
...
...
@@ -34,10 +34,7 @@ Advanced options:
${
toggle_codec_srcs
}
in/exclude codec library source code
${
toggle_debug_libs
}
in/exclude debug version of libraries
${
toggle_static_msvcrt
}
use static MSVCRT (VS builds only)
${
toggle_vpx_highbitdepth
}
use VP9 high bit depth (10/12) profiles
${
toggle_better_hw_compatibility
}
enable encoder to produce streams with better
hardware decoder compatibility
${
toggle_vpx_highbitdepth
}
use high bit depth (10/12) profiles
${
toggle_vp10
}
VP10 codec support
${
toggle_internal_stats
}
output of encoder internal stats for debug, if supported (encoders)
${
toggle_multithread
}
multithreaded encoding and decoding
...
...
@@ -299,10 +296,8 @@ CONFIG_LIST="
encode_perf_tests
multi_res_encoding
temporal_denoising
vp9_temporal_denoising
coefficient_range_checking
vpx_highbitdepth
better_hw_compatibility
experimental
size_limit
${
EXPERIMENT_LIST
}
...
...
@@ -356,9 +351,7 @@ CMDLINE_SELECT="
encode_perf_tests
multi_res_encoding
temporal_denoising
vp9_temporal_denoising
coefficient_range_checking
better_hw_compatibility
vpx_highbitdepth
experimental
"
...
...
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