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:
parent
95698aa083
commit
6c321adf3b
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue