Commit 701de76f authored by mru's avatar mru

zigzag_direct_noperm doesn't exist, remove declaration


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6998 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b0f5d83
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include "../avcodec.h" #include "../avcodec.h"
#include "x86_cpu.h" #include "x86_cpu.h"
extern uint8_t zigzag_direct_noperm[64];
extern uint16_t inv_zigzag_direct16[64]; extern uint16_t inv_zigzag_direct16[64];
static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL; static const unsigned long long int mm_wabs __attribute__ ((aligned(8))) = 0xffffffffffffffffULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment