mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 09:34:25 +00:00
meson: install gstappsink.h
https://bugzilla.gnome.org/show_bug.cgi?id=781168
This commit is contained in:
parent
711504aad1
commit
6b983a79e3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ app_mkenum_headers = [
|
|||
'gstappsrc.h',
|
||||
]
|
||||
|
||||
app_headers = app_mkenum_headers + [ 'app.h', 'gstappsrc.h' ]
|
||||
app_headers = app_mkenum_headers + [ 'app.h', 'gstappsink.h' ]
|
||||
install_headers(app_headers, subdir : 'gstreamer-1.0/gst/app/')
|
||||
|
||||
mkenums = find_program('app_mkenum.py')
|
||||
|
|
Loading…
Reference in a new issue