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

Isolate UWP builds from external gstreamers #24343

Merged
merged 2 commits into from Oct 2, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Isolate UWP builds from external gstreamers

  • Loading branch information
Manishearth committed Oct 2, 2019
commit c716d4662dc56021316215adc2f1cee9c4fc589a
@@ -298,6 +298,10 @@ def build(self, release=False, dev=False, jobs=None, params=None,
env["GSTREAMER_1_0_ROOT_" + arch['gst']] = path.join(
self.msvc_package_dir("gstreamer-uwp"), arch['gst_root']
)
env["PKG_CONFIG_PATH"] = path.join(
self.msvc_package_dir("gstreamer-uwp"), arch['gst_root'],
"lib", "pkgconfig"
)

# Ensure that GStreamer libraries are accessible when linking.
if 'windows' in target_triple:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.