summaryrefslogtreecommitdiff
path: root/vp8/decoder/x86/x86_dsystemdependent.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-02-10 14:41:38 -0500
committerJohann <johannkoenig@google.com>2011-02-10 15:09:44 -0500
commit02321de0f2177cea1dae0b1f6a3b2448eb522939 (patch)
tree8c8d06bc3c49a20da1f48c920a0e9f87063e3b39 /vp8/decoder/x86/x86_dsystemdependent.c
parent7d8199f0c3422e6bd63bef4b9992ce0b2e6b74b5 (diff)
downloadlibvpx-02321de0f2177cea1dae0b1f6a3b2448eb522939.tar
libvpx-02321de0f2177cea1dae0b1f6a3b2448eb522939.tar.gz
libvpx-02321de0f2177cea1dae0b1f6a3b2448eb522939.tar.bz2
libvpx-02321de0f2177cea1dae0b1f6a3b2448eb522939.zip
Fix relative include paths
Allow compiling without adding vp8/{common,encoder,decoder} to the include paths. Change-Id: Ifeb5dac351cdfadcd659736f5158b315a0030b6c
Diffstat (limited to 'vp8/decoder/x86/x86_dsystemdependent.c')
-rw-r--r--vp8/decoder/x86/x86_dsystemdependent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/decoder/x86/x86_dsystemdependent.c b/vp8/decoder/x86/x86_dsystemdependent.c
index 47e346dd9..3f1b7d5ad 100644
--- a/vp8/decoder/x86/x86_dsystemdependent.c
+++ b/vp8/decoder/x86/x86_dsystemdependent.c
@@ -11,7 +11,7 @@
#include "vpx_ports/config.h"
#include "vpx_ports/x86.h"
-#include "onyxd_int.h"
+#include "vp8/decoder/onyxd_int.h"
#if HAVE_MMX