| Index: libvpx/include/vpx/vp8.h
|
| diff --git a/libvpx/include/vpx/vp8.h b/libvpx/include/vpx/vp8.h
|
| index 983cc4ad41875703215b6875bf6a2924b5b62a95..7ca5c6e0747fbe30f4917a71e43e32ce6749f0b0 100644
|
| --- a/libvpx/include/vpx/vp8.h
|
| +++ b/libvpx/include/vpx/vp8.h
|
| @@ -30,7 +30,7 @@
|
| */
|
| #ifndef VP8_H
|
| #define VP8_H
|
| -#include "vpx_codec_impl_top.h"
|
| +#include "vpx/vpx_codec_impl_top.h"
|
|
|
| /*!\brief Control functions
|
| *
|
| @@ -126,5 +126,5 @@ VPX_CTRL_USE_TYPE(VP8_SET_DBG_DISPLAY_MV, int)
|
| DECLSPEC_DEPRECATED extern vpx_codec_iface_t vpx_codec_vp8_algo DEPRECATED;
|
| #endif
|
|
|
| -#include "vpx_codec_impl_bottom.h"
|
| +#include "vpx/vpx_codec_impl_bottom.h"
|
| #endif
|
|
|