Lame configureation optimization

ffmpeg_4.4.2
Javernaut 5 years ago
parent 69b1bab02d
commit e25f3accd6
  1. 4
      scripts/libmp3lame/build.sh

@ -2,18 +2,16 @@
./configure \ ./configure \
--prefix=${INSTALL_DIR} \ --prefix=${INSTALL_DIR} \
--target=${TARGET} \
--host=${TARGET} \ --host=${TARGET} \
--with-sysroot=${SYSROOT_PATH} \ --with-sysroot=${SYSROOT_PATH} \
--disable-shared \ --disable-shared \
--enable-static \ --enable-static \
--with-pic \ --with-pic \
--disable-fast-install \
--disable-analyzer-hooks \ --disable-analyzer-hooks \
--disable-decoder \
--disable-gtktest \ --disable-gtktest \
--disable-frontend \ --disable-frontend \
CC=${FAM_CC} \ CC=${FAM_CC} \
LD=${FAM_LD} \
AR=${FAM_AR} \ AR=${FAM_AR} \
RANLIB=${FAM_RANLIB} RANLIB=${FAM_RANLIB}

Loading…
Cancel
Save