summaryrefslogtreecommitdiff
path: root/libavcodec/eatgq.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-11-26 13:38:13 +0000
committerDiego Biurrun <diego@biurrun.de>2008-11-26 13:38:13 +0000
commit8b22017f380f9d5b5220d4ff6d1c030b8886dc04 (patch)
tree37f1c7cee3f3ef132e3120c4c499b6203241cd2b /libavcodec/eatgq.c
parent5bdf124c423abcb5bc29336a0ba12343af8f4ff3 (diff)
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
Diffstat (limited to 'libavcodec/eatgq.c')
-rw-r--r--libavcodec/eatgq.c2
1 files changed, 1 insertions, 1 deletions
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;