From e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 10 Jun 2015 14:29:05 +0100 Subject: mpegvideo: h263: Move all tables to a single file --- libavcodec/ituh263dec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ituh263dec.c') diff --git a/libavcodec/ituh263dec.c b/libavcodec/ituh263dec.c index 8f69f0f918..26f11637f9 100644 --- a/libavcodec/ituh263dec.c +++ b/libavcodec/ituh263dec.c @@ -35,6 +35,7 @@ #include "avcodec.h" #include "mpegvideo.h" #include "h263.h" +#include "h263data.h" #include "internal.h" #include "mathops.h" #include "mpegutils.h" -- cgit v1.2.3