From 8b22017f380f9d5b5220d4ff6d1c030b8886dc04 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 26 Nov 2008 13:38:13 +0000 Subject: Move aanscales tables to their own file; fixes compilation without encoders. based on a patch by David Geldreich, david.geldreich free fr Originally committed as revision 15939 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/eatgq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/eatgq.c') diff --git a/libavcodec/eatgq.c b/libavcodec/eatgq.c index b65c8a5ce6..fa8faf41d0 100644 --- a/libavcodec/eatgq.c +++ b/libavcodec/eatgq.c @@ -33,7 +33,7 @@ #include "bitstream.h" #include "bytestream.h" #include "dsputil.h" -extern const uint16_t ff_inv_aanscales[64]; //mpegvideo_enc.c +#include "aandcttab.h" typedef struct TgqContext { AVCodecContext *avctx; -- cgit v1.2.3