comparison dct-test.c @ 8430:7768bdfd4f7b libavcodec

Rename libavcodec/i386/ --> libavcodec/x86/. It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already.
author diego
date Mon, 22 Dec 2008 09:12:42 +0000
parents 9281a8a9387a
children 7a463923ecd1
comparison
equal deleted inserted replaced
8429:b3ecaba81501 8430:7768bdfd4f7b
36 36
37 #include "simple_idct.h" 37 #include "simple_idct.h"
38 #include "aandcttab.h" 38 #include "aandcttab.h"
39 #include "faandct.h" 39 #include "faandct.h"
40 #include "faanidct.h" 40 #include "faanidct.h"
41 #include "i386/idct_xvid.h" 41 #include "x86/idct_xvid.h"
42 42
43 #undef printf 43 #undef printf
44 #undef random 44 #undef random
45 45
46 void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);}; 46 void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);};