mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
meson: Build v4l2 example only if v4l2 plugin was built
Otherwise v4l2 example will be built with MSVC
This commit is contained in:
parent
2dfe228740
commit
3f9170bd02
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ subdir('qt')
|
|||
subdir('rtp')
|
||||
subdir('rtsp')
|
||||
subdir('shapewipe')
|
||||
subdir('v4l2')
|
||||
if have_v4l2
|
||||
subdir('v4l2')
|
||||
endif
|
||||
|
||||
if gtk_dep.found()
|
||||
subdir('equalizer')
|
||||
|
|
Loading…
Reference in a new issue