From: Pascal G. <evi...@gm...> - 2011-10-05 14:43:41
|
On Wed, Oct 5, 2011 at 10:18 AM, Patrick Francis <hum...@gm...> wrote: > Pascal, > > I am compiling SoX from source, but I need have included in it, the > libsox-fmt-all libraries, with it's depends, e.g libsox-fmt-mp3 etc.. > However, just dl'ing the sox source (which I did) does not include > these by default. So my goal is to compile from source with the > libsox-fmt-all libs included. I am cross compiling and everything > works great with the exception of sox not recognizing other formats. > This is why I need those optional addons from the libsox-fmt... > family. Thanks! Patrick, I think you are misunderstanding how formats librairies are built in SoX. Simply put, there are NO other source code other than what is in the tarball. If the format libraries you need are not there it's either because: 1) they are not built as a result of missing dependencies (you should see that at configuration time); 2) sox does not find the folder that contains the libraries for some reason e.g. you are trying to execute sox w/o installing it. My guess is that you are in situation one. If you are still confuse and your native language is French, feel free to email me personally with your remaining questions, I'll try to clear things up with you. Cheers, -Pascal -- Homepage (http://organact.mine.nu) Debian GNU/Linux (http://www.debian.org) COMunité/LACIME: École de technologie supérieure (http://www.comunite.ca) Integrated Microsystems Laboratory: McGill (http://www.iml.ece.mcgill.ca) |