mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
ffmpeg: define license
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e97376a0fc
commit
a17d8942a4
@ -9,6 +9,13 @@ FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2
|
|||||||
FFMPEG_SITE = http://ffmpeg.org/releases
|
FFMPEG_SITE = http://ffmpeg.org/releases
|
||||||
FFMPEG_INSTALL_STAGING = YES
|
FFMPEG_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
FFMPEG_LICENSE = LGPLv2.1+, libjpeg license
|
||||||
|
FFMPEG_LICENSE_FILES = LICENSE COPYING.LGPLv2.1
|
||||||
|
ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
|
||||||
|
FFMPEG_LICENSE += and GPLv2+
|
||||||
|
FFMPEG_LICENSE_FILES += COPYING.GPLv2
|
||||||
|
endif
|
||||||
|
|
||||||
FFMPEG_CONF_OPT = \
|
FFMPEG_CONF_OPT = \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-avfilter \
|
--disable-avfilter \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user