Merge pull request #65 from Javernaut/bluray/optimization

Bluray build script optimization
ffmpeg_4.4.2
Oleksandr Berezhnyi 2 years ago committed by GitHub
commit 1b1d273429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      scripts/libbluray/build.sh

@ -4,15 +4,16 @@ CC=${FAM_CC} \
AR=${FAM_AR} \
AS=${FAM_AS} \
RANLIB=${FAM_RANLIB} \
STRIP=${FAM_STRIP} \
LIBS="-lz" \
./configure \
--prefix=${INSTALL_DIR} \
--host=${TARGET} \
--with-sysroot=${SYSROOT_PATH} \
--disable-shared \
--enable-static \
--disable-examples \
--with-pic \
--without-libxml2 \
--without-freetype \
--without-fontconfig \
--disable-bdjava-jar || exit 1

Loading…
Cancel
Save