mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
ges: Include ges-image-source.h in the installed headers
It's referenced by `ges.h` and was previously available, so removing it is an API change. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/963 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1563>
This commit is contained in:
parent
c7e52e869d
commit
34964b6a98
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ endif
|
|||
|
||||
# GESImageSource is unused and is internal only so it gets stripped out when we statically
|
||||
# link GES. We keep the header for backward compatibility reasons.
|
||||
install_headers(ges_headers, subdir : 'gstreamer-1.0/ges')
|
||||
install_headers(ges_headers + files('ges-image-source.h'), subdir : 'gstreamer-1.0/ges')
|
||||
libraries += [[pkg_name, library_def]]
|
||||
|
||||
ges_dep = declare_dependency(link_with : libges,
|
||||
|
|
Loading…
Reference in a new issue