mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-02 11:02:28 +02:00
Complete and free Internet live audio and video broadcasting solution for Linux/Unix http://ffmpeg.mplayerhq.hu/
12 lines
312 B
Diff
12 lines
312 B
Diff
--- 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
|