Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 837:ee8bb36d2e60 libavcodec
dont use fastmemcpy for PIC
| author | michael |
|---|---|
| date | Mon, 04 Nov 2002 22:45:34 +0000 |
| parents | 61b558602549 |
| children | 04fd733c5e4b |
comparison
equal
deleted
inserted
replaced
| 836:932eb34d17c1 | 837:ee8bb36d2e60 |
|---|---|
| 73 //#undef HAVE_MMX2 | 73 //#undef HAVE_MMX2 |
| 74 //#define HAVE_3DNOW | 74 //#define HAVE_3DNOW |
| 75 //#undef HAVE_MMX | 75 //#undef HAVE_MMX |
| 76 //#undef ARCH_X86 | 76 //#undef ARCH_X86 |
| 77 //#define DEBUG_BRIGHTNESS | 77 //#define DEBUG_BRIGHTNESS |
| 78 #ifndef PIC | |
| 78 #include "../libvo/fastmemcpy.h" | 79 #include "../libvo/fastmemcpy.h" |
| 80 #endif | |
| 79 #include "postprocess.h" | 81 #include "postprocess.h" |
| 80 #include "postprocess_internal.h" | 82 #include "postprocess_internal.h" |
| 81 #include "../mangle.h" | 83 #include "../mangle.h" |
| 82 | 84 |
| 83 #define MIN(a,b) ((a) > (b) ? (b) : (a)) | 85 #define MIN(a,b) ((a) > (b) ? (b) : (a)) |
