Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 1223:fb02fae72a0a libavcodec
looks better (req. for mp-G2)
author | arpi_esp |
---|---|
date | Sat, 03 May 2003 19:26:52 +0000 |
parents | d9cbc8ef5a33 |
children | 8988af3ae1e8 |
comparison
equal
deleted
inserted
replaced
1222:adcc6f345202 | 1223:fb02fae72a0a |
---|---|
79 //#define HAVE_3DNOW | 79 //#define HAVE_3DNOW |
80 //#undef HAVE_MMX | 80 //#undef HAVE_MMX |
81 //#undef ARCH_X86 | 81 //#undef ARCH_X86 |
82 //#define DEBUG_BRIGHTNESS | 82 //#define DEBUG_BRIGHTNESS |
83 #ifdef USE_FASTMEMCPY | 83 #ifdef USE_FASTMEMCPY |
84 #include "libvo/fastmemcpy.h" | 84 #include "../fastmemcpy.h" |
85 #endif | 85 #endif |
86 #include "postprocess.h" | 86 #include "postprocess.h" |
87 #include "postprocess_internal.h" | 87 #include "postprocess_internal.h" |
88 | 88 |
89 #include "mangle.h" //FIXME should be supressed | 89 #include "mangle.h" //FIXME should be supressed |