Chromium Code Reviews| Index: source/libvpx/vp8/decoder/decodemv.h |
| =================================================================== |
| --- source/libvpx/vp8/decoder/decodemv.h (revision 191025) |
| +++ source/libvpx/vp8/decoder/decodemv.h (working copy) |
| @@ -8,7 +8,11 @@ |
| * be found in the AUTHORS file in the root of the source tree. |
| */ |
| +#ifndef DECODEMV_H_ |
| +#define DECODEMV_H_ |
| #include "onyxd_int.h" |
| void vp8_decode_mode_mvs(VP8D_COMP *); |
| + |
| +#endif // DECODEMV_H_ |