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
1 changed files with 0 additions and 5 deletions

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"