mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
Added gstreamer support to the magicleap port
This commit is contained in:
parent
555fa75b2c
commit
11b3d78f40
11 changed files with 246 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue