ffmpeg: document BUILD_PATENTED in package description
authorWei-Ting Yang <redacted>
Thu, 5 Mar 2026 11:51:52 +0000 (19:51 +0800)
committerHannu Nyman <redacted>
Sun, 22 Mar 2026 12:35:19 +0000 (14:35 +0200)
Add a note indicating that patented codecs and technologies are
available when CONFIG_BUILD_PATENTED=y.

Signed-off-by: Wei-Ting Yang <redacted>
multimedia/ffmpeg/Makefile

index 24bb3dc57728dbea7cbe0ff52aabdc2d6f9f9efd..d815299e4a78a6228d6fe6c197e32b6f90ad911a 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ffmpeg
 PKG_VERSION:=6.1.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 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
  user to understand any requirements in this regard with its usage. See:
  https://ffmpeg.org/legal.html for further information.
+
+ Patented codecs and technologies are available when CONFIG_BUILD_PATENTED=y.
 endef
 
 
@@ -339,7 +341,7 @@ endef
 define Package/libffmpeg-audio-dec/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
 
 
git clone https://git.99rst.org/PROJECT