aports/main/ffmpeg/pic.patch
Natanael Copa bece277132 main/ffmpeg: upgrade to 0.6
with vp8 support
2010-06-17 12:43:40 +00:00

12 lines
217 B
Diff

--- ./libswscale/rgb2rgb.c.orig
+++ ./libswscale/rgb2rgb.c
@@ -159,7 +159,7 @@
#define RENAME(a) a ## _C
#include "rgb2rgb_template.c"
-#if ARCH_X86
+#if ARCH_X86 && !defined(PIC)
//MMX versions
#undef RENAME