1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00

Use only FreeBSD compatible libraries on FreeBSD. ApacheVFS / ffprobe will do just fine (now that junrar memory leaks have been fixed).

This commit is contained in:
Reinhard Pointner 2018-07-24 23:11:01 +07:00
parent 69282fe524
commit a94dac7f5b

View File

@ -36,11 +36,6 @@ case $PACKAGE_LIBRARY_ARCH in
ARCHIVE_EXTRACTOR="SevenZipNativeBindings"
MEDIA_PARSER="libmediainfo"
;;
FreeBSD-amd64)
PACKAGE_LIBRARY_PATH="$PACKAGE_LIBRARY_PATH:$(dirname $PACKAGE_LIBRARY_PATH)/Linux-x86_64" # default to Linux binaries
ARCHIVE_EXTRACTOR="SevenZipNativeBindings"
MEDIA_PARSER="libmediainfo"
;;
*)
# armv7l or aarch64
ARCHIVE_EXTRACTOR="ApacheVFS"