mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -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 \
|
--prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-avfilter \
|
--disable-avfilter \
|
||||||
|
$(if $(BR2_HAVE_DOCUMENTATION),,--disable-doc)
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
|
ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
|
||||||
FFMPEG_CONF_OPT += --enable-gpl
|
FFMPEG_CONF_OPT += --enable-gpl
|
||||||
|
|||||||
Reference in New Issue
Block a user