summaryrefslogtreecommitdiff
path: root/vp8/decoder/threading.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/threading.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/threading.c')
-rw-r--r--vp8/decoder/threading.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/vp8/decoder/threading.c b/vp8/decoder/threading.c
index 271249a8d..8c77da4a6 100644
--- a/vp8/decoder/threading.c
+++ b/vp8/decoder/threading.c
@@ -17,13 +17,13 @@
#endif
#include "onyxd_int.h"
#include "vpx_mem/vpx_mem.h"
-#include "threading.h"
+#include "vp8/common/threading.h"
-#include "loopfilter.h"
-#include "extend.h"
+#include "vp8/common/loopfilter.h"
+#include "vp8/common/extend.h"
#include "vpx_ports/vpx_timer.h"
#include "detokenize.h"
-#include "reconinter.h"
+#include "vp8/common/reconinter.h"
#include "reconintra_mt.h"
extern void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);