script: Disable our dependency in ffmpeg until the media madness is over.

This commit is contained in:
Emilio Cobos Álvarez 2016-08-14 15:45:34 -07:00
parent ec53136863
commit b9f8905b21
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
14 changed files with 8 additions and 115 deletions

View file

@ -89,8 +89,6 @@ extern crate url;
#[macro_use]
extern crate util;
extern crate uuid;
#[cfg(not(any(target_os = "android", target_arch = "arm", target_arch = "aarch64")))]
extern crate video_metadata;
extern crate webrender_traits;
extern crate websocket;
extern crate xml5ever;