diff options
Diffstat (limited to 'extra/webrtc-audio-processing/0001-Don-t-error-or-set-options-for-unknown-architectures.patch')
-rw-r--r-- | extra/webrtc-audio-processing/0001-Don-t-error-or-set-options-for-unknown-architectures.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/webrtc-audio-processing/0001-Don-t-error-or-set-options-for-unknown-architectures.patch b/extra/webrtc-audio-processing/0001-Don-t-error-or-set-options-for-unknown-architectures.patch new file mode 100644 index 000000000..93a3d098a --- /dev/null +++ b/extra/webrtc-audio-processing/0001-Don-t-error-or-set-options-for-unknown-architectures.patch @@ -0,0 +1,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 + |