mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 09:29:42 +00:00
7f001b6311
The code in the aes elements assumes OpenSSL >= 1.1.0: - implicit library initialization; - version retrieved with OpenSSL_version(OPENSSL_VERSION); and it fails to build with older versions. Specify the required OpenSSL version explicitly in meson.build so that the elements are excluded on older systems (e.g. Ubuntu 16.04) and the rest of GStreamer can still build. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1067> |
||
---|---|---|
.. | ||
gstaes.c | ||
gstaesdec.c | ||
gstaesdec.h | ||
gstaesenc.c | ||
gstaesenc.h | ||
gstaeshelper.c | ||
gstaeshelper.h | ||
meson.build |