mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Add ONVIF subclass headers to the installed headers in meson.build too
This commit is contained in:
parent
5392cbba8a
commit
961de06be2
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ rtsp_server_headers = [
|
|||
'rtsp-server.h',
|
||||
'rtsp-server-object.h',
|
||||
'rtsp-server-prelude.h',
|
||||
'rtsp-onvif-server.h',
|
||||
'rtsp-onvif-client.h',
|
||||
'rtsp-onvif-media-factory.h',
|
||||
'rtsp-onvif-media.h',
|
||||
]
|
||||
install_headers(rtsp_server_headers, subdir : 'gstreamer-1.0/gst/rtsp-server')
|
||||
|
||||
|
|
Loading…
Reference in a new issue