Hello !
Where is the problem ?
I created a directory:
mkdir /home/marco/Vlcinstall
cd /home/marco/Vlcinstall
I downloaded live555
wget http://www.live555.com/liveMedia/public ... est.tar.gz
tar xvzf live555-latest.tar.gz
cd live
./genMakefiles linux
make
OK NO ERROR
I downloaded vlc
cd /home/marco/Vlcinstall
git clone git://git.videolan.org/vlc.git
cd vlc
./bootstrap
OK NO ERROR
./configure --enable-live555 --enable-x264
In the end :
checking for LIVE555... no
configure: WARNING: No package 'live555' found.
checking for live555 version 1324598400 or later... no
configure: WARNING: live555 is missing or its installed version is too old:
Version 2011.12.23 or later is required to proceed.
You can get an updated one from http://www.live555.com/liveMedia .
configure: error: Update live555 or pass --disable-live555 to disable RTSP input support.
On openmandriva lx 2013 with pkgcongig installed in /usr/lib/pkgconfig
thank you for your ideas
M@rco