mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Always dummy (#30240)
This commit is contained in:
parent
9aa3f74878
commit
5e60088276
7 changed files with 7 additions and 12 deletions
|
@ -17,7 +17,6 @@ googlevr = ["webxr/googlevr"]
|
|||
jitspew = ["script/jitspew"]
|
||||
js_backtrace = ["script/js_backtrace"]
|
||||
max_log_level = ["log/release_max_level_info"]
|
||||
media-dummy = ["servo-media-dummy"]
|
||||
media-gstreamer = ["servo-media-gstreamer", "gstreamer"]
|
||||
native-bluetooth = ["bluetooth/native-bluetooth"]
|
||||
no-wgl = ["canvas/no-wgl"]
|
||||
|
@ -67,7 +66,7 @@ script = { path = "../script" }
|
|||
script_layout_interface = { path = "../script_layout_interface" }
|
||||
script_traits = { path = "../script_traits" }
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo-media-dummy = { git = "https://github.com/servo/media", optional = true }
|
||||
servo-media-dummy = { git = "https://github.com/servo/media" }
|
||||
servo-media-gstreamer = { git = "https://github.com/servo/media", optional = true }
|
||||
servo_config = { path = "../config" }
|
||||
servo_geometry = { path = "../geometry" }
|
||||
|
|
|
@ -171,7 +171,7 @@ mod media_platform {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "media-dummy")]
|
||||
#[cfg(not(feature = "media-gstreamer"))]
|
||||
mod media_platform {
|
||||
use super::ServoMedia;
|
||||
pub fn init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue