gstreamer/subprojects/gst-plugins-base/gst-libs/gst
Eli Schwartz 7b3bccdd75 meson: use better zlib dependency fallback
zlib is required, and if it isn't found it is checked several ways and
then forced via subproject(). This code was added in commit
b93e37592a, to account for systems where
zlib doesn't have pkg-config files installed.

But Meson already does dependency fallback, and also, since 0.54.0, does
the in-between checks for find_library('z') and has_header('zlib.h') via
the "system" type dependency. Simplify dependency lookup by marking it
as required, which also makes sure that the console log doesn't
confusingly list "not found".

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2486>
2022-05-24 23:21:31 +01:00
..
allocators gst-plugins-base: define G_LOG_DOMAIN for all libraries 2021-10-19 00:12:25 +00:00
app appsink: Fix race condition on caps handling 2022-05-18 00:05:34 +01:00
audio VideoInfo, AudioInfo: fix usage with python bindings 2022-01-27 08:36:46 +00:00
fft gst-plugins-base: define G_LOG_DOMAIN for all libraries 2021-10-19 00:12:25 +00:00
gl base:gl: add x11 deps to gstglx11_dep 2022-05-16 16:21:19 +02:00
pbutils pbutils: Fix wmv screen detection 2022-03-30 23:24:55 +01:00
riff riff-media: fix memory leak after usage for g_strjoin 2022-04-08 08:49:37 +01:00
rtp rtcpbuffer: Allow padding on first reduced size packets 2022-05-18 16:55:01 +01:00
rtsp gst-plugins-base: define G_LOG_DOMAIN for all libraries 2021-10-19 00:12:25 +00:00
sdp Add FEC SDP message test 2022-01-19 16:05:11 +00:00
tag meson: use better zlib dependency fallback 2022-05-24 23:21:31 +01:00
video videoaggregator: unref temporary caps 2022-05-17 19:37:21 +02:00
gettext.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
glib-compat-private.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gst-i18n-app.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gst-i18n-plugin.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
meson.build sdp: Handle level-asymmetry-allowed for H264 streams 2021-12-12 10:59:00 -03:00