libextractor: make ffmpeg plugin depend on BUILD_PATENTED

FFMpeg has patented functionality. Make libextractor respect
BUILD_PATENTED.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-07-23 14:28:11 -07:00
parent 95698aa083
commit 6c321adf3b
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B

View file

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libextractor
PKG_VERSION:=1.10
PKG_RELEASE:=1
PKG_RELEASE:=2
# ToDo:
# - package missing optional dependencies: libexiv2, gsf, librpm, smf, tidy
@ -47,7 +47,7 @@ PLUGINS:= \
riff \
s3m \
sid \
thumbnailffmpeg:+libffmpeg-full:+libmagic \
thumbnailffmpeg:+libffmpeg-full:+libmagic:@BUILD_PATENTED \
tiff:+libtiff \
wav \
xm \