From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/vp6data.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ffmpeg/libavcodec/vp6data.h') diff --git a/ffmpeg/libavcodec/vp6data.h b/ffmpeg/libavcodec/vp6data.h index 3ebfd0e..539e19a 100644 --- a/ffmpeg/libavcodec/vp6data.h +++ b/ffmpeg/libavcodec/vp6data.h @@ -26,7 +26,9 @@ #ifndef AVCODEC_VP6DATA_H #define AVCODEC_VP6DATA_H -#include "vp56data.h" +#include + +#include "vp56.h" static const uint8_t vp6_def_fdv_vector_model[2][8] = { { 247, 210, 135, 68, 138, 220, 239, 246 }, -- cgit v1.2.3