From cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 14 Aug 2013 18:39:37 +0200 Subject: vp56data: Move all shared enum/struct declarations to common header --- libavcodec/vp6data.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libavcodec/vp6data.h') diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h index 9a11f89bf5..2de90e7be7 100644 --- a/libavcodec/vp6data.h +++ b/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