summaryrefslogtreecommitdiff
path: root/libs.mk
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 /libs.mk
parent6e12cc9411d5476adc820315492ab9e175c70727 (diff)
downloadlibvpx-1df0314e7b55b96ec56dd47baac68d06deff5491.tar.gz
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 'libs.mk')
-rw-r--r--libs.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs.mk b/libs.mk
index f741dba78..16b4763d4 100644
--- a/libs.mk
+++ b/libs.mk
@@ -20,8 +20,10 @@ include $(SRC_PATH_BARE)/vpx_scale/vpx_scale.mk
CODEC_SRCS-yes += $(addprefix vpx_scale/,$(call enabled,SCALE_SRCS))
# Add vpx_codec/ to the include path to allow vp_n[cd]x.h to reference
-# vpx_codec_impl_*.h without extra ifdeffery
+# vpx_codec_impl_*.h without extra ifdeffery. vpx_ports to pick up
+# vpx_integer.h
CFLAGS += -I$(SRC_PATH_BARE)/vpx_codec
+CFLAGS += -I$(SRC_PATH_BARE)/vpx_ports
ifeq ($(CONFIG_VP8_ENCODER),yes)
VP8_PREFIX=vp8/