aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2019-08-06 17:59:22 -0500
committerAlan Jeffrey <ajeffrey@mozilla.com>2019-08-08 16:52:50 -0500
commit11b3d78f403f901b1badd336c35d9d4fda804dab (patch)
treefe61c459b8d72330781b60f9974de3fd89f21bee /components/servo/lib.rs
parent555fa75b2c7f4faa0818e86296a4ea3d5b8e4d42 (diff)
downloadservo-11b3d78f403f901b1badd336c35d9d4fda804dab.tar.gz
servo-11b3d78f403f901b1badd336c35d9d4fda804dab.zip
Added gstreamer support to the magicleap port
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs10
1 files changed, 2 insertions, 8 deletions
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;