[vlc-devel] Re: aout_VolumeDown (first referenced in modules/video_output/libvout_sdl.a

Gansser, Martin MGansser at rand.de
Tue Feb 11 15:14:01 CET 2003


> -----Original Message-----
> From: Christophe Massiot [mailto:massiot at via.ecp.fr]
> Sent: Tuesday, February 11, 2003 2:42 PM
> To: vlc-devel at videolan.org
> Subject: [vlc-devel] Re: aout_VolumeDown (first referenced in
> modules/video_output/libvout_sdl.a
> 
> 
> On Tue, Feb 11, 2003, Gansser, Martin wrote:
> 
> > But there is always the problem with playing MPEG files:
> > 
> > [00000114] main interface error: option frequency does not exist 
> > [00000114] main interface error: option symbol-rate does not exist 
> > [00000120] main video output error: thread 6: mutex_lock 
> failed at src/video_output/vout_pictures.c: 
> > 118 (22:Invalid argument) 
> > [00000120] main video output error: thread 6: mutex_unlock 
> failed at src/video_output/vout_pictures. 
> > c:204 (22:Invalid argument)
> > 
> > the last working VLC-0.50 was vlc-snapshot-20020710 and vlc-0.4.6.
> 
> I've looked at the changes done on 20020711 and I don't think any of
> them could be a problem for you. Have you tried adding 
> -pthread or -lpthread
> to your LDFLAGS as I suggested ?

yes I tried it with the LDFLAGS you suggested, see my buildscript:

setenv LDFLAGS "-L/usr/lib -lpthread -lrt"
setenv CPPFLAGS "-I/usr/local/include"
#
#
setenv ac_cv_path_SDL_CONFIG "/usr/local/bin/sdl-config"
setenv ac_cv_path_ESD_CONFIG "/usr/local/bin/esd-config"
#
./configure --prefix=/opt/vlc-0.5.1 \
            --with-dvdcss=/usr/local \
            --with-dvdread=/usr/local \
            --enable-sdl \
            --disable-plugins \
            --enable-gtk \
            --disable-gnome \
            --disable-dvd \
            --enable-esd \
            --disable-mad
gmake
gmake install

what can I do ?

thanks Martin
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list