mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
ffmpeg: only build documentation if requested
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user