From 11b3d78f403f901b1badd336c35d9d4fda804dab Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Tue, 6 Aug 2019 17:59:22 -0500 Subject: Added gstreamer support to the magicleap port --- components/servo/lib.rs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'components/servo/lib.rs') diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 9b4f108649b..08b3d2766fc 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -127,10 +127,7 @@ pub use servo_url as url; #[cfg(all( not(target_os = "windows"), - any( - all(target_os = "android", target_arch = "arm"), - target_arch = "x86_64", - ) + any(target_os = "android", target_arch = "x86_64",) ))] mod media_platform { use super::ServoMedia; @@ -211,10 +208,7 @@ mod media_platform { #[cfg(not(all( not(target_os = "windows"), - any( - all(target_os = "android", target_arch = "arm"), - target_arch = "x86_64", - ) + any(target_os = "android", target_arch = "x86_64",) )))] mod media_platform { use super::ServoMedia; -- cgit v1.2.3