Hi, I have a problem with vlc,my vlc vlc version is 1.0.5 :
sudo ./configure --enable-shared=no --enable-static && make && make install
I compile sdl example:
gcc -o test vlc_sdl.c -lvlc -lvlccore -L/lib -lhal -ldbus-1 -lrt -lpthread -ldl -lm -lSDL
ldd hola | grep vlc ----> OK!!! does not depend on external libraries.
,/test -->> it's not work.
I execte vlc in terminan y ¡¡¡¡horror!!!
$> vlc
[0x8688140] main libvlc error: no memcpy module matched "any"
[0x86bd1b8] main access error: no access module matched "file"
[0x86ab6b8] main input error: open of `file/xspf-open:///home/jaime/.local/share/vlc/ml.xspf' failed: no access module matched "file"
.........................................
........................................ ( and more more more )
There is some problem in link vlc as a static library? ( I'm interested in this way)
What way can I?
thanks in advance