Browse Source

libextractor: remove ffmpeg plugin

This was removed upstream. It also doesn't build with ffmpeg 5.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by Daniel Golle
parent
commit
6000735f34
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      libs/libextractor/Makefile

+ 1
- 3
libs/libextractor/Makefile View File

@ -23,7 +23,6 @@ PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_INSTALL:=1 PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
PKG_CONFIG_DEPENDS:= \ PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_libextractor-plugin-thumbnailffmpeg \
CONFIG_PACKAGE_libextractor-plugin-gstreamer CONFIG_PACKAGE_libextractor-plugin-gstreamer
PLUGINS:= \ PLUGINS:= \
@ -47,7 +46,6 @@ PLUGINS:= \
riff \ riff \
s3m \ s3m \
sid \ sid \
thumbnailffmpeg:+libffmpeg-full:+libmagic:@BUILD_PATENTED \
tiff:+libtiff \ tiff:+libtiff \
wav \ wav \
xm \ xm \
@ -58,7 +56,7 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--$(if $(CONFIG_PACKAGE_libextractor-plugin-thumbnailffmpeg),en,dis)able-ffmpeg \
--disable-ffmpeg \
--disable-glibtest \ --disable-glibtest \
--disable-gsf \ --disable-gsf \
--disable-rpath \ --disable-rpath \


Loading…
Cancel
Save