I'm attempting to build vlc against a static build of ffmpeg however ./configure keeps erroring out not being able to find libavcodec.a.
Code: Select all
FFmpeg version SVN-r10258, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-decoder=dnxhd --prefix=/opt/local/ffmpeg --enable-pp --enable-gpl
Code: Select all
./configure --prefix=/opt/local/vlc-0.8.6c --enable-shared=no --enable-static=yes --with-ffmpeg-tree=/opt/local/ffmpeg --with-ffmpeg-config-path=/opt/local/ffmpeg/
Code: Select all
checking for libavcodec.a in /opt/local/ffmpeg... no
configure: error: cannot find /opt/local/ffmpeg/libavcodec/libavcodec.a, make sure you compiled libavcodec in /opt/local/ffmpeg
I tried a few other options like FFMPEG_LIBS=/opt/local/ffmpeg but that was equally un-successful.
Any help greatly appreciated.
Shane.