Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
71412d82
Commit
71412d82
authored
Aug 22, 2015
by
Jingning Han
Committed by
Gerrit Code Review
Aug 22, 2015
Browse files
Merge "vpxenc: fix DECODER ifdef"
parents
cd14e031
bb551934
Changes
1
Show whitespace changes
Inline
Side-by-side
vpxenc.c
View file @
71412d82
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#if CONFIG_VP8_ENCODER || CONFIG_VP9_ENCODER || CONFIG_VP10_ENCODER
#if CONFIG_VP8_ENCODER || CONFIG_VP9_ENCODER || CONFIG_VP10_ENCODER
#include "vpx/vp8cx.h"
#include "vpx/vp8cx.h"
#endif
#endif
#if CONFIG_VP8_DECODER || CONFIG_VP9_DECODER || CONFIG_VP10_E
N
CODER
#if CONFIG_VP8_DECODER || CONFIG_VP9_DECODER || CONFIG_VP10_
D
ECODER
#include "vpx/vp8dx.h"
#include "vpx/vp8dx.h"
#endif
#endif
...
...
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