| Index: libvpx/source/libvpx/vpx/vp8dx.h
|
| diff --git a/libvpx/source/libvpx/vpx/vp8dx.h b/libvpx/source/libvpx/vpx/vp8dx.h
|
| index 1d9d53165ecba6a9ef38f617346c9b6fe0ff6874..4a3aef7609306b2cdf7320118f53e4e24e349937 100644
|
| --- a/libvpx/source/libvpx/vpx/vp8dx.h
|
| +++ b/libvpx/source/libvpx/vpx/vp8dx.h
|
| @@ -22,7 +22,7 @@
|
| */
|
| #ifndef VP8DX_H
|
| #define VP8DX_H
|
| -#include "vpx_codec_impl_top.h"
|
| +#include "vpx/vpx_codec_impl_top.h"
|
|
|
| /*!\name Algorithm interface for VP8
|
| *
|
| @@ -74,5 +74,5 @@ VPX_CTRL_USE_TYPE(VP8D_GET_FRAME_CORRUPTED, int *)
|
| /*! @} - end defgroup vp8_decoder */
|
|
|
|
|
| -#include "vpx_codec_impl_bottom.h"
|
| +#include "vpx/vpx_codec_impl_bottom.h"
|
| #endif
|
|
|