[webrtc-audio-processing] 05/15: Refresh 0001-Don-t-error-or-set-options-for-unknown-architectures.patch
Felipe Sateler
fsateler at moszumanska.debian.org
Wed Apr 27 23:44:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
fsateler pushed a commit to branch master
in repository webrtc-audio-processing.
commit b95cde820a2b50804b6a0be0a22b9bda53cca348
Author: Felipe Sateler <fsateler at debian.org>
Date: Wed Apr 27 20:02:24 2016 -0300
Refresh 0001-Don-t-error-or-set-options-for-unknown-architectures.patch
---
...n-t-error-or-set-options-for-unknown-architectures.patch | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/debian/patches/0001-Don-t-error-or-set-options-for-unknown-architectures.patch b/debian/patches/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
index 93a3d09..d2dfb2b 100644
--- a/debian/patches/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
+++ b/debian/patches/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
@@ -7,18 +7,13 @@ 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 @@
+--- a/webrtc/typedefs.h
++++ b/webrtc/typedefs.h
+@@ -48,7 +48,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
-
+ #if !(defined(WEBRTC_ARCH_LITTLE_ENDIAN) ^ defined(WEBRTC_ARCH_BIG_ENDIAN))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/webrtc-audio-processing.git
More information about the pkg-pulseaudio-devel
mailing list