Jan Stary <h...@stare.cz> writes: > This is current git (from git://git.code.sf.net/p/sox/code) > on OpenBSD current/amd64. Configuring SoX with (full output below) > > $ ./configure --without-amrwb --without-amrnb \ > CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib > > it still seems to look for AMR (and finds the library). > > checking opencore-amrwb/dec_if.h usability... yes > checking opencore-amrwb/dec_if.h presence... yes > checking for opencore-amrwb/dec_if.h... yes > checking for D_IF_init in -lopencore-amrwb... yes > checking opencore-amrnb/interf_dec.h usability... yes > checking opencore-amrnb/interf_dec.h presence... yes > checking for opencore-amrnb/interf_dec.h... yes > checking for Decoder_Interface_init in -lopencore-amrnb... yes > > Why is that? Why does SoX try looking for the headers > and the library when it is explicitly told not to?
Whoever wrote the configure script was lazy. The checks are always done, but the format support is only built if requested. -- Måns Rullgård ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel