This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-03 16:09:39 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
314901a208
gstreamer
/
subprojects
/
gst-rtsp-server
/
gst
/
meson.build
6 lines
98 B
Meson
Raw
Normal View
History
Unescape
Escape
Add support for Meson as alternative/parallel build system https://github.com/mesonbuild/meson
2016-01-27 01:03:52 +00:00
subdir
(
'rtsp-server'
)
meson: add option to disable build of rtspclientsink plugin
2018-09-19 11:17:57 +00:00
if
not
get_option
(
'rtspclientsink'
)
.
disabled
(
)
subdir
(
'rtsp-sink'
)
endif
Reference in a new issue
Copy permalink