mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +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 = [
|
examples = [
|
||||||
'test-appsrc',
|
'test-appsrc',
|
||||||
|
'test-appsrc2',
|
||||||
'test-auth',
|
'test-auth',
|
||||||
'test-auth-digest',
|
'test-auth-digest',
|
||||||
'test-launch',
|
'test-launch',
|
||||||
|
@ -22,7 +23,7 @@ foreach example : examples
|
||||||
executable(example, '@0@.c'.format(example),
|
executable(example, '@0@.c'.format(example),
|
||||||
c_args : rtspserver_args,
|
c_args : rtspserver_args,
|
||||||
include_directories : rtspserver_incs,
|
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)
|
install: false)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue