mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
meson: add new test-appsrc2 example to meson build
This commit is contained in:
parent
35e284a946
commit
c2e3aa49f8
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
examples = [
|
||||
'test-appsrc',
|
||||
'test-appsrc2',
|
||||
'test-auth',
|
||||
'test-auth-digest',
|
||||
'test-launch',
|
||||
|
@ -22,7 +23,7 @@ foreach example : examples
|
|||
executable(example, '@0@.c'.format(example),
|
||||
c_args : rtspserver_args,
|
||||
include_directories : rtspserver_incs,
|
||||
dependencies : [glib_dep, gst_dep, gstnet_dep, gst_rtsp_server_dep],
|
||||
dependencies : [glib_dep, gst_dep, gstapp_dep, gstnet_dep, gst_rtsp_server_dep],
|
||||
install: false)
|
||||
endforeach
|
||||
|
||||
|
|
Loading…
Reference in a new issue