vpxenc: fix compile with --disable-libyuv
Change-Id: I13d975d1f0e598e498798e4f33b06483f3a41130
This commit is contained in:
parent
1e681d98ac
commit
5805881825
5
vpxenc.c
5
vpxenc.c
@ -19,12 +19,15 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if CONFIG_LIBYUV
|
||||
#include "third_party/libyuv/include/libyuv/scale.h"
|
||||
#endif
|
||||
|
||||
#include "vpx/vpx_encoder.h"
|
||||
#if CONFIG_DECODERS
|
||||
#include "vpx/vpx_decoder.h"
|
||||
#endif
|
||||
|
||||
#include "third_party/libyuv/include/libyuv/scale.h"
|
||||
#include "./args.h"
|
||||
#include "./ivfenc.h"
|
||||
#include "./tools_common.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user