Mercurial > mplayer.hg
changeset 8107:6fadfa315113
dont use fastmemcpy for PIC
author | michael |
---|---|
date | Mon, 04 Nov 2002 22:45:34 +0000 |
parents | 7aa3dba949f1 |
children | d9b2b39e5c06 |
files | postproc/postprocess.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/postproc/postprocess.c Mon Nov 04 20:39:27 2002 +0000 +++ b/postproc/postprocess.c Mon Nov 04 22:45:34 2002 +0000 @@ -75,7 +75,9 @@ //#undef HAVE_MMX //#undef ARCH_X86 //#define DEBUG_BRIGHTNESS +#ifndef PIC #include "../libvo/fastmemcpy.h" +#endif #include "postprocess.h" #include "postprocess_internal.h" #include "../mangle.h"