|
From: Stefan K. <ste...@go...> - 2008-02-22 20:48:41
|
Am Fri, 22 Feb 2008 11:37:14 -0800 (PST) schrieb n_m <nei...@ya...>: > > Hi > > I'm almost there on my quest for a fully codec'd > version of SoX built on Linux. > > I got ffmpeg to make && install cleanly (I think) > > Then I tried rebuilding SoX starting with configure like > > $ ./configure --with-ffmpeg > PKG_CONFIG_PATH=/usr/local/src/libsndfile/libsndfile-1.0.17:/usr/local/src/Secret_Rabbit_Code/libs > amplerate/libsamplerate-0.1.2:/usr/local/src/FFmpeg/ffmpeg > Hi, the order of invoking these commands should be export PKG_CONFIG_PATH=/paths $ ./configure --with-ffmpeg Did you maybe miss the "export"? And second, are you sure, that the ffmpeg *.pc files (like e.g. libavformat.pc, libavcodec.pc) are located in /usr/local/src/FFmpeg/ffmpeg? Usually, they can be found in /usr/lib/pkgconfig. So maybe you should correct the PKG_CONFIG_PATH. Regards, Stefan |