mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Add condition to not use video-metadata on aarch64 architecture as well
This commit is contained in:
parent
e87c34a9e9
commit
19134be74f
3 changed files with 5 additions and 5 deletions
|
@ -88,7 +88,7 @@ extern crate url;
|
|||
#[macro_use]
|
||||
extern crate util;
|
||||
extern crate uuid;
|
||||
#[cfg(not(any(target_os = "android", target_arch = "arm")))]
|
||||
#[cfg(not(any(target_os = "android", target_arch = "arm", target_arch = "aarch64")))]
|
||||
extern crate video_metadata;
|
||||
extern crate webrender_traits;
|
||||
extern crate websocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue