mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user