[SCM] libav/experimental: dont use fastmemcpy for PIC
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:34:01 UTC 2013
The following commit has been merged in the experimental branch:
commit 70d4f2da7f2747423213a980ad6fff6ffd53211b
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Mon Nov 4 22:45:34 2002 +0000
dont use fastmemcpy for PIC
Originally committed as revision 8108 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
diff --git a/postproc/postprocess.c b/postproc/postprocess.c
index 03a6392..1ccea03 100644
--- a/postproc/postprocess.c
+++ b/postproc/postprocess.c
@@ -75,7 +75,9 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//#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"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list