vlc-0.4.2 does not work with sdl on hp-ux
Martin Gansser
mgansser at ngi.de
Sat Jul 20 09:39:02 CEST 2002
>> I made following changes:
>>
>> in Makefile.opts.in:
>> ====================
>>
>> sdl_LDFLAGS = @sdl_LDFLAGS@ -lpthread
> That's weird. Doesn't -lpthread already appear in `sdl-config --libs` ?
yes it appears; -lpthread ==> isn't neccessary
> Have you tried with -lrt instead of -lpthread ?
sdl_LDFLAGS = @sdl_LDFLAGS@ -lrt ==>works
>> and for configure:
>> ==================
>> LDFLAGS="-L/opt/SDL/lib -L/usr/lib -lpthread -lrt"
> Why do you add /opt/SDL/lib in LDFLAGS ? It should already be in
> sdl_LDFLAGS...
"-L/opt/SDL/lib" ==> isn't neccessary
>> input error: no suitable decoder module for type 0x4
> It just means there is no audio output available.
Can you please commit this changes for hp-ux
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list