summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index f74714dcf..d2dfb6b35 100755
--- a/configure
+++ b/configure
@@ -519,8 +519,6 @@ process_toolchain() {
enable solution
vs_version=${tgt_cc##vs}
all_targets="${all_targets} solution"
- INLINE=__inline
- FORCEINLINE=__forceinline
;;
esac