Added gstreamer support to the magicleap port

This commit is contained in:
Alan Jeffrey 2019-08-06 17:59:22 -05:00
parent 555fa75b2c
commit 11b3d78f40
11 changed files with 246 additions and 11 deletions

View file

@ -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;