./configure \
--enable-shared \
--disable-static \
LDFLAGS="-L/usr/local/lib -L/Users/zhangchen/Downloads/temp/build/lame/lib -L/Users/zhangchen/Downloads/temp/build/libmad/lib " \
CFLAGS="-I/Users/zhangchen/Downloads/temp/build/libmad/include -I/Users/zhangchen/Downloads/temp/build/lame/include/lame" \
CXXFLAGS="-I/Users/zhangchen/Downloads/temp/build/libmad/include -I/Users/zhangchen/Downloads/temp/build/lame/include/lame" \
--with-mad \
--with-lame \
--prefix=/Users/zhangchen/Downloads/temp/build/sox \
make -j4
make clean
make -s
make install