blob: 3a7268e61b065eb52c5c34297a1b5d2f974233e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./gst-libs/ext/ffmpeg/libswscale/rgb2rgb.c.orig
+++ ./gst-libs/ext/ffmpeg/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
|