shithub: libvpx

Download patch

ref: 0c0a57b94dbf7689c53d0665b5bb6be57e0a80f9
parent: 2bf4b4852fa883bd273f5cc5e17074950ae919d4
parent: 5fe9a5c64918795df262455f67d567aa12975780
author: James Zern <jzern@google.com>
date: Fri Dec 12 09:28:20 EST 2014

Merge "don't set INLINE to 'always_inline'"

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1272,9 +1272,6 @@
     check_cc <<EOF && INLINE="inline"
 static inline function() {}
 EOF
-    check_cc <<EOF && INLINE="__inline__ __attribute__((always_inline))"
-static __attribute__((always_inline)) function() {}
-EOF
 
   # Almost every platform uses pthreads.
   if enabled multithread; then