I'm installing all libs and bins to /VLC/
compiled and installed lame, faac, faad, x264...
I configured and compiled ffmpeg ok FFmpeg version SVN-r13525.
./configure --prefix=/VLC/ --enable-static --disable-ffplay --enable-pthreads --enable-libfaad --enable-libfaac --enable-libamr_nb --enable-gpl --enable-postproc --enable-libmp3lame --enable-nonfree --extra-cflags="-I/VLC/include" --extra-ldflags="-L/VLC/lib" --enable-shared --disable-swscale && make && make install
exported:
LDFLAGS=-L//VLC/lib
CPPFLAGS=-I//VLC/include
PKG_CONFIG_PATH=/root/source/ffmpeg
Now VLC:
./configure --prefix=/VLC/ --with-live555-tree=/VLC/lib/live/ --enable-live555 --enable-ffmpeg --enable-faad --with-ffmpeg-faac --with-ffmpeg-zlib --disable-gui --disable-wxwidgets --disable-skins2 --with-faad-tree=/root/source/faad2 --disable-mad --disable-libmpeg2 --with-ffmpeg-mp3lame --disable-shared --with-ffmpeg-amrnb --enable-x264 --with-x264-tree=/root/source/x264-snapshot-20080527-2245
I get:
configure: error: Your FFmpeg library doesn't have the needed img_resample() function. You should rebuild it with software scaler disabled
Here's config.log: http://pastebin.ca/1071038
please advise.