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
a0ce226e
Commit
a0ce226e
authored
10 years ago
by
James Zern
Browse files
Options
Downloads
Patches
Plain Diff
yv12config: fix highbitdepth build
Change-Id: Ie8a4caae19fb514d5bd22e0ae35ca0edcd3484ae
parent
a90255c3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vpx_scale/generic/yv12config.c
+0
-1
0 additions, 1 deletion
vpx_scale/generic/yv12config.c
vpx_scale/yv12config.h
+1
-0
1 addition, 0 deletions
vpx_scale/yv12config.h
with
1 addition
and
1 deletion
vpx_scale/generic/yv12config.c
+
0
−
1
View file @
a0ce226e
...
...
@@ -10,7 +10,6 @@
#include
<assert.h>
#include
"./vpx_config.h"
#include
"vpx_scale/yv12config.h"
#include
"vpx_mem/vpx_mem.h"
#if CONFIG_VP9 && CONFIG_VP9_HIGHBITDEPTH
...
...
This diff is collapsed.
Click to expand it.
vpx_scale/yv12config.h
+
1
−
0
View file @
a0ce226e
...
...
@@ -15,6 +15,7 @@
extern
"C"
{
#endif
#include
"./vpx_config.h"
#include
"vpx/vpx_codec.h"
#include
"vpx/vpx_frame_buffer.h"
#include
"vpx/vpx_integer.h"
...
...
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