gstreamer/subprojects/gst-plugins-base/gst-libs/gst
Nirbheek Chauhan b3e5d85645 meson: Fix invalid include flag in uninstalled gl pc file
${libdir}/gstreamer-1.0/include is only valid after installation, but
extra_cflags are added unconditionally, so we can't use that for
include flags.

Instead, let's add the include flag via variables, which are different
for installed and uninstalled pc files.

This is particularly bad for consuming GStreamer via CMake which barfs
on non-existent include paths.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7270>
2024-07-30 08:33:04 +00:00
..
allocators allocators: Add/fix various annotations 2022-10-18 13:51:17 +03:00
app appsrc: Fix flow return when buffer is dropped 2023-12-01 18:11:47 +00:00
audio audioconvert: Support converting >64 channels 2024-07-26 09:59:05 +00:00
fft meson: Namespace the plugins_doc_dep/libraries variables 2022-09-01 21:17:35 +00:00
gl meson: Fix invalid include flag in uninstalled gl pc file 2024-07-30 08:33:04 +00:00
pbutils pbutils: fix visualization plugins 2024-05-07 18:53:20 +01:00
riff riff: Mark jpeg as parsed 2022-10-13 13:53:29 -04:00
rtp rtpbasedepayload: Drop redundant reference timestamp buffer meta in RTP depayloaders 2022-11-19 07:57:44 +00:00
rtsp rtspconnection: Ignore trailing whitespace in headers 2023-09-22 14:31:38 +00:00
sdp sdp: fix wrong error message for missing clock-rate in caps 2023-08-26 19:35:32 +01:00
tag exiftag: Prevent integer overflows and out of bounds reads when handling undefined tags 2024-04-29 20:52:19 +01:00
video video: Fix NV12_16L32S video frame size 2024-02-16 18:13:32 +00:00
glib-compat-private.h
meson.build