blob: 9651f31ef1842412569b641ca82910d6fbff95ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/libswscale/rgb2rgb.c 2009-07-10 14:27:39.000000000 +0000
+++ b/libswscale/rgb2rgb.c 2009-07-10 14:53:45.000000000 +0000
@@ -149,7 +149,7 @@
#define RENAME(a) a ## _C
#include "rgb2rgb_template.c"
-#if ARCH_X86 && CONFIG_GPL
+#if ARCH_X86 && CONFIG_GPL && !defined(PIC)
//MMX versions
#undef RENAME
|