Remove video-metadata from android platform

This commit is contained in:
Guillaume Gomez 2016-07-26 15:17:06 +02:00
parent 556cb99bf2
commit 1d53dae960
5 changed files with 34 additions and 219 deletions

View file

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