1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From 6480b6b44e376cbec2d8e4499692573a3861e003 Mon Sep 17 00:00:00 2001
From: Sjoerd Simons <sjoerd@luon.net>
Date: Sat, 19 May 2012 21:52:09 +0200
Subject: [PATCH] Don't error or set options for unknown architectures
---
src/typedefs.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/typedefs.h b/src/typedefs.h
index 6620550..774905b 100644
--- a/src/typedefs.h
+++ b/src/typedefs.h
@@ -77,7 +77,6 @@
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#else
-#error Please add support for your architecture in typedefs.h
#endif
#if defined(__SSE2__) || defined(_MSC_VER)
--
1.7.10
|