ports/sysutils/xvidcap/files/patch-ffmpeg_libavcodec_cabac.h
Thierry Thomas 5406b65b04 Fix installation when the external ffmeg is installed, and fix on amd64.
PR:		ports/150083
Submitted by:	David Naylor <naylor.b.david (at) gmail.com>
2010-09-06 05:28:51 +00:00

12 lines
288 B
C

--- ffmpeg/libavcodec/cabac.h.orig 2010-08-29 11:27:54.000000000 +0000
+++ ffmpeg/libavcodec/cabac.h 2010-08-29 11:28:07.000000000 +0000
@@ -28,9 +28,6 @@
//#undef NDEBUG
#include <assert.h>
-#ifdef ARCH_X86_64
-#define ARCH_X86
-#endif
#ifdef ARCH_X86
#include "x86_cpu.h"
#endif