mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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 \
|
--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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user