| Index: source/libvpx/vp9/decoder/vp9_onyxd.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_onyxd.h (revision 247498)
|
| +++ source/libvpx/vp9/decoder/vp9_onyxd.h (working copy)
|
| @@ -11,14 +11,14 @@
|
| #ifndef VP9_DECODER_VP9_ONYXD_H_
|
| #define VP9_DECODER_VP9_ONYXD_H_
|
|
|
| +#include "vpx_scale/yv12config.h"
|
| +#include "vp9/common/vp9_ppflags.h"
|
| +#include "vpx/vpx_codec.h"
|
| +
|
| #ifdef __cplusplus
|
| extern "C" {
|
| #endif
|
|
|
| -#include "vpx_scale/yv12config.h"
|
| -#include "vp9/common/vp9_ppflags.h"
|
| -#include "vpx/vpx_codec.h"
|
| -
|
| typedef void *VP9D_PTR;
|
|
|
| typedef struct {
|
| @@ -63,7 +63,7 @@
|
| void vp9_remove_decompressor(VP9D_PTR comp);
|
|
|
| #ifdef __cplusplus
|
| -}
|
| +} // extern "C"
|
| #endif
|
|
|
| #endif // VP9_DECODER_VP9_ONYXD_H_
|
|
|