| Index: source/libvpx/vpx/vp8.h
|
| ===================================================================
|
| --- source/libvpx/vpx/vp8.h (revision 96967)
|
| +++ source/libvpx/vpx/vp8.h (working copy)
|
| @@ -30,7 +30,7 @@
|
| */
|
| #ifndef VP8_H
|
| #define VP8_H
|
| -#include "vpx/vpx_codec_impl_top.h"
|
| +#include "vpx_codec_impl_top.h"
|
|
|
| /*!\brief Control functions
|
| *
|
| @@ -126,5 +126,5 @@
|
| DECLSPEC_DEPRECATED extern vpx_codec_iface_t vpx_codec_vp8_algo DEPRECATED;
|
| #endif
|
|
|
| -#include "vpx/vpx_codec_impl_bottom.h"
|
| +#include "vpx_codec_impl_bottom.h"
|
| #endif
|
|
|