Move media backend initialization to process startup.

This commit is contained in:
Josh Matthews 2019-03-29 15:31:01 -04:00
parent 17204544d9
commit eebd831ea5
8 changed files with 12 additions and 11 deletions

3
Cargo.lock generated
View file

@ -2398,6 +2398,8 @@ dependencies = [
"script 0.0.1",
"script_layout_interface 0.0.1",
"script_traits 0.0.1",
"servo-media 0.1.0 (git+https://github.com/servo/media)",
"servo-media-auto 0.1.0 (git+https://github.com/servo/media)",
"servo_config 0.0.1",
"servo_geometry 0.0.1",
"servo_url 0.0.1",
@ -3531,7 +3533,6 @@ dependencies = [
"serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
"servo-media 0.1.0 (git+https://github.com/servo/media)",
"servo-media-auto 0.1.0 (git+https://github.com/servo/media)",
"servo_allocator 0.0.1",
"servo_arc 0.1.1",
"servo_atoms 0.0.1",