Shut down the media stack when shutting down the constellation

This commit is contained in:
Anthony Ramine 2017-11-15 11:28:20 +01:00
parent 17e97b9320
commit 38fd9648ce
4 changed files with 19 additions and 2 deletions

View file

@ -17,6 +17,8 @@ extern crate devtools_traits;
extern crate euclid;
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
extern crate gaol;
#[cfg(all(any(target_os = "macos", target_os = "linux"), not(any(target_arch = "arm", target_arch = "aarch64"))))]
extern crate gecko_media;
extern crate gfx;
extern crate gfx_traits;
extern crate hyper;