From 06c3d5bb9a3f72d31d8f8118e491a5541275ff75 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Mon, 1 Aug 2011 16:42:14 -0400 Subject: Fix building with --disable-postproc Change-Id: I7e6bc28e7974a376da747300744e0dd5dc1d21e9 --- vp8/encoder/onyx_if.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vp8/encoder/onyx_if.c') diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c index 228850d96..833020374 100644 --- a/vp8/encoder/onyx_if.c +++ b/vp8/encoder/onyx_if.c @@ -9,6 +9,7 @@ */ +#include "vpx_config.h" #include "vp8/common/onyxc_int.h" #include "onyx_int.h" #include "vp8/common/systemdependent.h" @@ -24,7 +25,9 @@ #include "segmentation.h" #include "vp8/common/g_common.h" #include "vpx_scale/yv12extend.h" +#if CONFIG_POSTPROC #include "vp8/common/postproc.h" +#endif #include "vpx_mem/vpx_mem.h" #include "vp8/common/swapyv12buffer.h" #include "vp8/common/threading.h" -- cgit v1.2.3