diff cabac.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents e226f34ca284
children c4a4495715dd
line wrap: on
line diff
--- a/cabac.h	Fri May 09 10:44:12 2008 +0000
+++ b/cabac.h	Fri May 09 11:56:36 2008 +0000
@@ -32,7 +32,7 @@
 //#undef NDEBUG
 #include <assert.h>
 #ifdef ARCH_X86
-#include "x86_cpu.h"
+#include "libavutil/x86_cpu.h"
 #endif
 
 #define CABAC_BITS 16