[vlc-devel] Re: livedotcom support in current svn broken?
Mark Moriarty
mfmbusiness at earthlink.net
Tue Nov 16 04:13:11 CET 2004
You need to update to the 11 November live.com package. The function call
to defineURL changed -- used to have only 2 parameters, now it has 3. When
you try to build a current VLC, which uses the 3-parameter call, it gags
because your compiled library only has the 2-parameter version.
-----Original Message-----
From: vlc-devel-bounce at videolan.org [mailto:vlc-devel-bounce at videolan.org]
On Behalf Of C.Y.M
Sent: Monday, November 15, 2004 9:57 PM
To: vlc-devel at videolan.org
Subject: [vlc-devel] livedotcom support in current svn broken?
Hi, is anyone else having trouble with enabling livedotcom support with
today's svn of vlc?
# Configure VLC
./configure --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info --enable-release --prefix=/usr
--disable-gnome --disable-gtk --disable-familiar --disable-fb --enable-ggi
--enable-sdl --enable-esd --disable-qt --enable-mad --enable-arts
--enable-alsa --disable-lirc --enable-a52 --enable-aa --enable-dvbpsi
--enable-xosd --enable-mozilla --disable-kde
--enable-mp4 --enable-dvb --enable-dv --disable-satellite --enable-ogg
--enable-vorbis --enable-wxwindows --disable-slp --enable-flac
--disable-skins --disable-basic-skins --disable-skins2 --enable-freetype
--enable-mkv --enable-v4l --disable-pvr --disable-speex --enable-caca
--enable-livedotcom --enable-libmpeg2 --enable-dts --enable-fribidi
--enable-cdio --enable-mod --enable-theora --enable-modplug --enable-dvdnav
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --with-ffmpeg-dts
--with-ffmpeg-zlib --with-ffmpeg-tree=extras/ffmpeg --enable-faad
--with-faad-tree=extras/faad2 --enable-x264 --with-x264-tree=extras/x264
--with-a52-tree=extras/a52dec --enable-glide --enable-svgalib --enable-dvd
--without-dvdcss
checking liveMedia.hh usability... yes
checking liveMedia.hh presence... yes
checking for liveMedia.hh... yes
checking for main in -lliveMedia_pic... yes
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include
`top_builddir="../.." ../../vlc-config --cxxflags plugin livedotcom`
-Wsign-compare -Wsign-compare -Wall -pipe -c -o
liblivedotcom_plugin_a-livedotcom.o `test -f 'livedotcom.cpp' || echo
'./'`livedotcom.cpp
livedotcom.cpp: In function `int Open(vlc_object_t*)':
livedotcom.cpp:251: error: no matching function for call to `RTSPClient::
describeURL(char*&, NULL, int)'
/usr/include/liveMedia/RTSPClient.hh:50: error: candidates are: char*
RTSPClient::describeURL(const char*, Authenticator*)
livedotcom.cpp: In function `int Control(demux_t*, int, char*)':
livedotcom.cpp:756: warning: unused variable `int i'
livedotcom.cpp: In function `void StreamRead(void*, unsigned int, unsigned
int,
timeval, unsigned int)':
livedotcom.cpp:959: warning: comparison between signed and unsigned integer
expressions
make[5]: *** [liblivedotcom_plugin_a-livedotcom.o] Error 1
make[5]: Leaving directory `/usr/local/src/vlc.cvs/vlc-trunk/modules/demux'
make[4]: *** [all-modules] Error 1
make[4]: Leaving directory `/usr/local/src/vlc.cvs/vlc-trunk/modules/demux'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/vlc.cvs/vlc-trunk/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/vlc.cvs/vlc-trunk'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/vlc.cvs/vlc-trunk'
make: *** [build-stamp] Error 2
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/ To
unsubscribe, please read http://developers.videolan.org/lists.html
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list