ffmpeg: only build documentation if requested
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7ed1f1e3cd
commit
dcad5235a9
@ -13,6 +13,7 @@ FFMPEG_CONF_OPT = \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-avfilter \
|
||||
$(if $(BR2_HAVE_DOCUMENTATION),,--disable-doc)
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
|
||||
FFMPEG_CONF_OPT += --enable-gpl
|
||||
|
Loading…
Reference in New Issue
Block a user