From f9fbd474676e903e12efe83203697d60a9d28cf9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 10 Feb 2016 14:55:52 +0100 Subject: msmpeg4data: Move WMV2 data tables to their own file --- libavcodec/wmv2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wmv2.c') diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c index 3974254fab..6542d31e9d 100644 --- a/libavcodec/wmv2.c +++ b/libavcodec/wmv2.c @@ -25,6 +25,7 @@ #include "msmpeg4data.h" #include "simple_idct.h" #include "wmv2.h" +#include "wmv2data.h" av_cold void ff_wmv2_common_init(Wmv2Context *w) -- cgit v1.2.3