Skip to content

Commit

Permalink
feat: add openssl as dependency for gstreamer bad plugins to includ…
Browse files Browse the repository at this point in the history
…e dtls

As per https://gitlab.freedesktop.org/Ben-xD/gstreamer/blob/2e198d4e59e107126baafa1b863f75bbdef19c17/subprojects/gst-plugins-bad/ext/dtls/meson.build#L24, dtls is part of gst-plugins-bad, and relies on gstreamer, libcrypto, openssl and winsock2.

I haven't confirmed that this works because my build fails when I add `openssl` as a dependency: `gvsbuild build gtk4 pygobject pycairo gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-python webrtc-audio-processing --enable-gi --py-wheel --clean`

Just building openssl takes a very long time: `gvsbuild build openssl` (currently building)
  • Loading branch information
ben-xD committed Jan 6, 2025
1 parent db4eb9d commit b4a475b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gvsbuild/projects/gstreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def __init__(self):
"ninja",
"gst-plugins-base",
"webrtc-audio-processing",
"openssl"
],
patches=[
"wasapisink-reduce-buffer-latency.patch",
Expand Down

0 comments on commit b4a475b

Please sign in to comment.