- add support for aarch64 architecture OBS-URL: https://build.opensuse.org/request/show/398286 OBS-URL: https://build.opensuse.org/package/show/network:telephony/yate?expand=0&rev=45
15 lines
421 B
Diff
15 lines
421 B
Diff
Index: b/libs/miniwebrtc/typedefs.h
|
|
===================================================================
|
|
--- a/libs/miniwebrtc/typedefs.h
|
|
+++ b/libs/miniwebrtc/typedefs.h
|
|
@@ -99,6 +99,9 @@
|
|
#define WEBRTC_ARCH_BIG_ENDIAN
|
|
#define WEBRTC_BIG_ENDIAN
|
|
#endif
|
|
+#elif defined(__aarch64__)
|
|
+#define WEBRTC_ARCH_64_BITS
|
|
+#define WEBRTC_ARCH_LITTLE_ENDIAN
|
|
|
|
#else
|
|
#error Please add support for your architecture in typedefs.h
|