mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
ffmpeg: fix license file
Somewhere between 1.2.7 and 2.3.1 (version bump in bf76f4319131a107) the LICENSE file has been renamed to LICENSE.md, so `make legal-info` is currently broken. Update to the current file name. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e651b2e532
commit
a20aae6fb2
@ -10,7 +10,7 @@ FFMPEG_SITE = http://ffmpeg.org/releases
|
|||||||
FFMPEG_INSTALL_STAGING = YES
|
FFMPEG_INSTALL_STAGING = YES
|
||||||
|
|
||||||
FFMPEG_LICENSE = LGPLv2.1+, libjpeg license
|
FFMPEG_LICENSE = LGPLv2.1+, libjpeg license
|
||||||
FFMPEG_LICENSE_FILES = LICENSE COPYING.LGPLv2.1
|
FFMPEG_LICENSE_FILES = LICENSE.md COPYING.LGPLv2.1
|
||||||
ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
|
ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
|
||||||
FFMPEG_LICENSE += and GPLv2+
|
FFMPEG_LICENSE += and GPLv2+
|
||||||
FFMPEG_LICENSE_FILES += COPYING.GPLv2
|
FFMPEG_LICENSE_FILES += COPYING.GPLv2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user