Browse Source

Merge pull request #12549 from neheb/extr

libextractor: remove ffmpeg plugin
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
91dbd669b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libextractor/Makefile

+ 2
- 2
libs/libextractor/Makefile 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 \


Loading…
Cancel
Save