blob: 8bcda2a93455da0d77d89491868fd3833d2e7aaf (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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
|