Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gstreamer plugin running in wayland with surfman 0.2 #25334

Merged
merged 6 commits into from Dec 20, 2019
Prev

Disable the gstreamer plugin build for windows

  • Loading branch information
asajeffrey committed Dec 20, 2019
commit b5943f5ab36b3ef718a7908a1b624f077b9ab79c
@@ -491,9 +491,9 @@ def windows_unit(cached=True):
"mach smoketest --angle",
"mach package --dev",
"mach build --dev --libsimpleservo",
# We're getting link errors on windows, due to the x11 feature being
# enabled on gstreamer-gl. https://github.com/servo/media/pull/304/
"mach build --dev --media-stack=dummy -p servo-gst-plugin",
# The GStreamer plugin currently doesn't support Windows
# https://github.com/servo/servo/issues/25353
# "mach build --dev -p servo-gst-plugin",

)
.with_artifacts("repo/target/debug/msi/Servo.exe",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.