From 6000735f3446d2e876335122066c28b3f335db1e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 13 Mar 2022 00:09:10 -0800 Subject: [PATCH] libextractor: remove ffmpeg plugin This was removed upstream. It also doesn't build with ffmpeg 5.0 Signed-off-by: Rosen Penev --- libs/libextractor/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/libextractor/Makefile b/libs/libextractor/Makefile index fa2ca5d49..ad9e17f52 100644 --- a/libs/libextractor/Makefile +++ b/libs/libextractor/Makefile @@ -23,7 +23,6 @@ PKG_MAINTAINER:=Daniel Golle PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_CONFIG_DEPENDS:= \ - CONFIG_PACKAGE_libextractor-plugin-thumbnailffmpeg \ CONFIG_PACKAGE_libextractor-plugin-gstreamer PLUGINS:= \ @@ -47,7 +46,6 @@ PLUGINS:= \ riff \ s3m \ sid \ - thumbnailffmpeg:+libffmpeg-full:+libmagic:@BUILD_PATENTED \ tiff:+libtiff \ wav \ xm \ @@ -58,7 +56,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk CONFIGURE_ARGS += \ - --$(if $(CONFIG_PACKAGE_libextractor-plugin-thumbnailffmpeg),en,dis)able-ffmpeg \ + --disable-ffmpeg \ --disable-glibtest \ --disable-gsf \ --disable-rpath \