From be6ed6fff4cace79a2c17094ad716bc0944a4274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 14 Nov 2006 03:12:29 +0000 Subject: move some CFLAGS settings away from config.* writing section Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dct-test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/dct-test.c') diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index 2c16f47..e7c91ca 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -69,7 +69,7 @@ static const unsigned short aanscales[64] = { 4520, 6270, 5906, 5315, 4520, 3552, 2446, 1247 }; -uint8_t cropTbl[256 + 2 * MAX_NEG_CROP]; +uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP]; int64_t gettime(void) { @@ -473,10 +473,10 @@ int main(int argc, char **argv) init_fdct(); idct_mmx_init(); - for(i=0;i<256;i++) cropTbl[i + MAX_NEG_CROP] = i; + for(i=0;i<256;i++) ff_cropTbl[i + MAX_NEG_CROP] = i; for(i=0;i