diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-07-26 15:17:06 +0200 |
---|---|---|
committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-07-27 16:08:00 +0200 |
commit | 1d53dae96022cf1052ee4bfb1ee9c4adacf6b704 (patch) | |
tree | c689104dbe639fa73d83c2ac972089cbd5bb7644 /components/script/lib.rs | |
parent | 556cb99bf261d8c7da05df9379b9d12b0a6b95f3 (diff) | |
download | servo-1d53dae96022cf1052ee4bfb1ee9c4adacf6b704.tar.gz servo-1d53dae96022cf1052ee4bfb1ee9c4adacf6b704.zip |
Remove video-metadata from android platform
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 0b0a45f701c..792aa24b438 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -88,6 +88,7 @@ extern crate url; #[macro_use] extern crate util; extern crate uuid; +#[cfg(not(target_os = "android"))] extern crate video_metadata; extern crate webrender_traits; extern crate websocket; |