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 \
--prefix=${INSTALL_DIR} \
--target=${TARGET} \
--host=${TARGET} \
--with-sysroot=${SYSROOT_PATH} \
--disable-shared \
--enable-static \
--with-pic \
--disable-fast-install \
--disable-analyzer-hooks \
--disable-decoder \
--disable-gtktest \
--disable-frontend \
CC=${FAM_CC} \
LD=${FAM_LD} \
AR=${FAM_AR} \
RANLIB=${FAM_RANLIB}

Loading…
Cancel
Save