make gstreamer elements optional

This commit is contained in:
Wim Taymans 2017-11-13 20:08:29 +01:00
parent 7204f3e047
commit 7a7c011b00
3 changed files with 26 additions and 14 deletions

View file

@ -4,5 +4,8 @@ subdir('extensions')
subdir('daemon')
subdir('tools')
subdir('modules')
subdir('gst')
subdir('examples')
if get_option('enable_gstreamer')
subdir('gst')
endif