mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 20:02:30 +01:00
12 lines
217 B
Diff
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
|