summaryrefslogtreecommitdiff
path: root/vpx_ports/config.h
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 /vpx_ports/config.h
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 'vpx_ports/config.h')
-rw-r--r--vpx_ports/config.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/vpx_ports/config.h b/vpx_ports/config.h
index da381372d..b87669ec1 100644
--- a/vpx_ports/config.h
+++ b/vpx_ports/config.h
@@ -6,14 +6,4 @@
* tree. All contributing project authors may be found in the AUTHORS
* file in the root of the source tree.
*/
-
-
-/* This file uses some preprocessor magic to expand the value of HAVE_CONFIG_H,
- * as defined by the build system, so that different projects can use the file
- * name for config.h that suits them.
- */
-#define QUOTE_(x) #x
-#define QUOTE(x) QUOTE_(x)
-#include QUOTE(HAVE_CONFIG_H)
-#undef QUOTE
-#undef QUOTE_
+#include "vpx_config.h"