summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpegvideo_mmx.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-02-15 12:26:15 +0200
committerMartin Storsjö <martin@martin.st>2012-02-15 22:06:42 +0200
commit873c89e2a6825150edf036fd9993d53f25a0c6b8 (patch)
tree7e161cabe27fbb42c1ff363ff1ffc831c7dc1e17 /libavcodec/x86/mpegvideo_mmx.c
parent3e2efacdd8a3ffb5d1c9004f112492b946284f9b (diff)
dsputil: Add ff_ prefix to inv_zigzag_direct16
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/x86/mpegvideo_mmx.c')
-rw-r--r--libavcodec/x86/mpegvideo_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/mpegvideo_mmx.c b/libavcodec/x86/mpegvideo_mmx.c
index 7dd9a66783..7181a66914 100644
--- a/libavcodec/x86/mpegvideo_mmx.c
+++ b/libavcodec/x86/mpegvideo_mmx.c
@@ -29,7 +29,7 @@
#include "libavcodec/mpegvideo.h"
#include "dsputil_mmx.h"
-extern uint16_t inv_zigzag_direct16[64];
+extern uint16_t ff_inv_zigzag_direct16[64];
static void dct_unquantize_h263_intra_mmx(MpegEncContext *s,