comparison libpostproc/postprocess.c @ 1775:3875b8b30399 libavcodec

changed includes
author alex
date Sat, 31 Jan 2004 22:58:32 +0000
parents ea5200a9f730
children ef661c4dc5a6
comparison
equal deleted inserted replaced
1774:1efd0f9aa22a 1775:3875b8b30399
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 "../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