comparison dct-test.c @ 3398:e0927bc44a10 libavcodec

Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
author lucabe
date Mon, 03 Jul 2006 10:52:07 +0000
parents bfabfdf9ce55
children c537a97eec66
comparison
equal deleted inserted replaced
3397:bdfc530c417c 3398:e0927bc44a10
10 #include <sys/time.h> 10 #include <sys/time.h>
11 #include <unistd.h> 11 #include <unistd.h>
12 12
13 #include "dsputil.h" 13 #include "dsputil.h"
14 14
15 #include "i386/mmx.h"
16 #include "simple_idct.h" 15 #include "simple_idct.h"
17 #include "faandct.h" 16 #include "faandct.h"
18 17
19 #ifndef MAX 18 #ifndef MAX
20 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) 19 #define MAX(a, b) (((a) > (b)) ? (a) : (b))