aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-07-26 15:17:06 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2016-07-27 16:08:00 +0200
commit1d53dae96022cf1052ee4bfb1ee9c4adacf6b704 (patch)
treec689104dbe639fa73d83c2ac972089cbd5bb7644 /components/script/lib.rs
parent556cb99bf261d8c7da05df9379b9d12b0a6b95f3 (diff)
downloadservo-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.rs1
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;