Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
app: Add gstappsrc.h to the enum headers in meson.build
It's already indirectly included but let's better be explicit here.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1134>
  • Loading branch information
sdroege authored and GStreamer Marge Bot committed May 3, 2021
1 parent a7114f4 commit fc7d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst-libs/gst/app/meson.build
Expand Up @@ -4,7 +4,7 @@ app_mkenum_headers = [
'gstappsrc.h',
]

app_headers = app_mkenum_headers + [ 'app.h', 'app-prelude.h', 'gstappsink.h' ]
app_headers = app_mkenum_headers + [ 'app.h', 'app-prelude.h', 'gstappsrc.h', 'gstappsink.h' ]
install_headers(app_headers, subdir : 'gstreamer-1.0/gst/app/')

app_enums = gnome.mkenums_simple('app-enumtypes',
Expand Down

0 comments on commit fc7d65b

Please sign in to comment.