summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-05-20 14:44:18 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-05-21 05:53:48 -0400
commit1df0314e7b55b96ec56dd47baac68d06deff5491 (patch)
tree26e3f26006dd10a83cbaee40600f4bf8dcdea934 /vp8
parent6e12cc9411d5476adc820315492ab9e175c70727 (diff)
downloadlibvpx-1df0314e7b55b96ec56dd47baac68d06deff5491.tar
libvpx-1df0314e7b55b96ec56dd47baac68d06deff5491.tar.gz
libvpx-1df0314e7b55b96ec56dd47baac68d06deff5491.tar.bz2
libvpx-1df0314e7b55b96ec56dd47baac68d06deff5491.zip
configure: remove HAVE_CONFIG_H
This doesn't play well with autotools, and the preprocessor magic is confusing and unhelpful in the vp8-only context. Change-Id: I2fcb57e6eb7876ecb58509da608dc21f26077ff1
Diffstat (limited to 'vp8')
-rw-r--r--vp8/common/alloccommon.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/vp8/common/alloccommon.c b/vp8/common/alloccommon.c
index ac110f761..6384fac8e 100644
--- a/vp8/common/alloccommon.c
+++ b/vp8/common/alloccommon.c
@@ -8,6 +8,7 @@
*/
+#include "vpx_ports/config.h"
#include "blockd.h"
#include "vpx_mem/vpx_mem.h"
#include "onyxc_int.h"
@@ -16,9 +17,6 @@
#include "systemdependent.h"
#include "vpxerrors.h"
-#ifdef HAVE_CONFIG_H
-#include "vpx_config.h"
-#endif
extern void vp8_init_scan_order_mask();