diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
commit | 9526ee659401dee7160f35cb62ded2779bcbbc99 (patch) | |
tree | 812ad73bde9c84dcc02a3acbc5db576369ca314a /main/ffmpeg/pic.patch | |
parent | 05e09c1126a898b6d0af491fef0401bf53e297f8 (diff) | |
download | aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.bz2 aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.xz |
merged x11 repository into main
ref #255
Diffstat (limited to 'main/ffmpeg/pic.patch')
-rw-r--r-- | main/ffmpeg/pic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/ffmpeg/pic.patch b/main/ffmpeg/pic.patch new file mode 100644 index 0000000000..9651f31ef1 --- /dev/null +++ b/main/ffmpeg/pic.patch @@ -0,0 +1,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 |