aboutsummaryrefslogtreecommitdiff
path: root/source/rotate.cc
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com>2014-10-16 22:21:48 +0000
committerfbarchard@google.com <fbarchard@google.com>2014-10-16 22:21:48 +0000
commite7376886031468a1a776fe7c93aaf177000c8f56 (patch)
tree8db068c41c5a0c722dbc771a41f927906f81b1e3 /source/rotate.cc
parentf713691a6f433765f6c55be826937caf8716e976 (diff)
downloadlibyuv-e7376886031468a1a776fe7c93aaf177000c8f56.tar.gz
Fix for r1122 to change back to elif for rotate build error on Mac.
BUG=268 TESTED=try bot R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/31749004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1123 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'source/rotate.cc')
-rw-r--r--source/rotate.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/rotate.cc b/source/rotate.cc
index 1b19625f..82186092 100644
--- a/source/rotate.cc
+++ b/source/rotate.cc
@@ -28,8 +28,7 @@ extern "C" {
".private_extern _" #name " \n" \
".align 4,0x90 \n" \
"_" #name ": \n"
-#endif
-#if defined(__MINGW32__) || defined(__CYGWIN__) && defined(__i386__)
+#elif defined(__MINGW32__) || defined(__CYGWIN__) && defined(__i386__)
#define DECLARE_FUNCTION(name) \
".text \n" \
".align 4,0x90 \n" \