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

@ -6,3 +6,7 @@ option('enable_man',
description: 'Build manpages',
type: 'boolean',
value: false)
option('enable_gstreamer',
description: 'Build GStreamer plugins',
type: 'boolean',
value: false)