12 lines
416 B
Diff
12 lines
416 B
Diff
|
--- media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features.cc.orig 2019-01-16 16:52:42.676473795 +0100
|
||
|
+++ media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features.cc 2019-01-16 16:54:22.595598235 +0100
|
||
|
@@ -67,7 +67,7 @@
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
-#if !defined(ANDROID)
|
||
|
+#if !defined(ANDROID) && !defined(__linux__)
|
||
|
#ifdef WEBRTC_ARCH_ARM_V7
|
||
|
uint64_t WebRtc_GetCPUFeaturesARM(void) {
|
||
|
return kCPUFeatureARMv7
|