mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
ffmpeg: document BUILD_PATENTED in package description
Add a note indicating that patented codecs and technologies are available when CONFIG_BUILD_PATENTED=y. Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
dd8fac32b5
commit
3132319ea4
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ffmpeg
|
PKG_NAME:=ffmpeg
|
||||||
PKG_VERSION:=6.1.4
|
PKG_VERSION:=6.1.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://ffmpeg.org/releases/
|
PKG_SOURCE_URL:=https://ffmpeg.org/releases/
|
||||||
@@ -240,6 +240,8 @@ define Package/ffmpeg/Default/description
|
|||||||
FFmpeg licensing / patent issues are complex. It is the responsibility of the
|
FFmpeg licensing / patent issues are complex. It is the responsibility of the
|
||||||
user to understand any requirements in this regard with its usage. See:
|
user to understand any requirements in this regard with its usage. See:
|
||||||
https://ffmpeg.org/legal.html for further information.
|
https://ffmpeg.org/legal.html for further information.
|
||||||
|
|
||||||
|
Patented codecs and technologies are available when CONFIG_BUILD_PATENTED=y.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
@@ -339,7 +341,7 @@ endef
|
|||||||
define Package/libffmpeg-audio-dec/description
|
define Package/libffmpeg-audio-dec/description
|
||||||
$(call Package/ffmpeg/Default/description)
|
$(call Package/ffmpeg/Default/description)
|
||||||
.
|
.
|
||||||
This package contains FFmpeg shared libraries for audio decoding
|
This package contains FFmpeg shared libraries for audio decoding.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user