diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-06-24 07:31:33 +0400 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-06-24 07:31:33 +0400 |
commit | 78a172d70fdba2b013bc281ec94d345106330628 (patch) | |
tree | 585019ffea5b753a66ac38c91774719e8ba208c3 /media-video/ffmpeg/files/ffmpeg-x86-pic-fix.patch | |
parent | ff0b045cdf03d98d339cff2d4c7d06e2d29be40d (diff) |
clean
Diffstat (limited to 'media-video/ffmpeg/files/ffmpeg-x86-pic-fix.patch')
-rw-r--r-- | media-video/ffmpeg/files/ffmpeg-x86-pic-fix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/media-video/ffmpeg/files/ffmpeg-x86-pic-fix.patch b/media-video/ffmpeg/files/ffmpeg-x86-pic-fix.patch deleted file mode 100644 index 8bcda2a..0000000 --- a/media-video/ffmpeg/files/ffmpeg-x86-pic-fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- orig/libavcodec/cabac.h 2008-05-10 17:28:08.000000000 +0200 -+++ ffmpeg/libavcodec/cabac.h 2008-05-10 17:29:24.000000000 +0200 -@@ -33,6 +33,7 @@ - #include <assert.h> - #ifdef ARCH_X86 - #include "libavutil/x86_cpu.h" -+#define BROKEN_RELOCATIONS 1 - #endif - - #define CABAC_BITS 16 |