Commit bf4c97b2 authored by mru's avatar mru

Remove unused fast_memcpy() function in dct-test

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22334 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 43c26e0c
......@@ -44,8 +44,6 @@
#undef printf
void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);};
void ff_mmx_idct(DCTELEM *data);
void ff_mmxext_idct(DCTELEM *data);
......
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