summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-08-01 16:42:14 -0400
committerJohann <johannkoenig@google.com>2011-08-01 17:50:23 -0400
commit06c3d5bb9a3f72d31d8f8118e491a5541275ff75 (patch)
tree96e647a30a24018bc9308f2b5f8208852aabf036 /vp8/encoder/onyx_if.c
parent7d984d8c38e435eb662dd0e5c69e96e188495018 (diff)
downloadlibvpx-06c3d5bb9a3f72d31d8f8118e491a5541275ff75.tar
libvpx-06c3d5bb9a3f72d31d8f8118e491a5541275ff75.tar.gz
libvpx-06c3d5bb9a3f72d31d8f8118e491a5541275ff75.tar.bz2
libvpx-06c3d5bb9a3f72d31d8f8118e491a5541275ff75.zip
Fix building with --disable-postproc
Change-Id: I7e6bc28e7974a376da747300744e0dd5dc1d21e9
Diffstat (limited to 'vp8/encoder/onyx_if.c')
-rw-r--r--vp8/encoder/onyx_if.c3
1 files changed, 3 insertions, 0 deletions
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"