summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-06-24 09:02:48 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-06-24 09:24:33 -0400
commit5e34461448c3b68385d5cc92d6b4d4c95be394fb (patch)
tree951a0a6efb8fa170ce60f7414e0127bd87181780 /build/make
parentd1920de22cd6f13ba85b087ff06f6a8cfd4641d2 (diff)
downloadlibvpx-5e34461448c3b68385d5cc92d6b4d4c95be394fb.tar
libvpx-5e34461448c3b68385d5cc92d6b4d4c95be394fb.tar.gz
libvpx-5e34461448c3b68385d5cc92d6b4d4c95be394fb.tar.bz2
libvpx-5e34461448c3b68385d5cc92d6b4d4c95be394fb.zip
Remove INLINE/FORCEINLINE
These are mostly vestigial, it's up to the compiler to decide what should be inlined, and this collided with certain Windows platform SDKs. Change-Id: I80dd35de25eda7773156e355b5aef8f7e44e179b
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/configure.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index b22fbbabb..35131b07b 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -395,8 +395,6 @@ EOF
write_common_target_config_h() {
cat > ${TMP_H} << EOF
/* This file automatically generated by configure. Do not edit! */
-#define INLINE ${INLINE}
-#define FORCEINLINE ${FORCEINLINE:-${INLINE}}
#define RESTRICT ${RESTRICT}
EOF
print_config_h ARCH "${TMP_H}" ${ARCH_LIST}