vlc won't startup
Posted: 01 Feb 2005 19:44
I'm running debian linux sarge rc2 and have the latest .deb (v8.1) from the official servers. I've installed vlc and then when i run vlc or wxvlc from the console i get this:
And then it hangs on me, doesn't give me any output, doesn't load up, just sits there. Sort of annoying, can't use it at all, and since i'm trying to view some ogm's that mplayer can't sub (while vlc can), i can't watch them.
I've also tried to build it myself, i get no errors configuring, but when i try to make it, i get:
If i get it working either way i'll be happy. Any ideas? Oh and i can run a file with vlc and get the image, but i can't open subs, or a menu or anything. It's as if the interface libraries were missing... I'm sure they aren't...
Code: Select all
VLC media player 0.8.1 Janus
I've also tried to build it myself, i get no errors configuring, but when i try to make it, i get:
Code: Select all
./modules/codec/ffmpeg/libffmpeg.a -L/usr/local/lib -lhal -ldbus-1 -lrt -lpthread -ldl -lm -lavformat -lz -lavcodec -lm
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x33d): In function `InitPostproc__ffmpeg':
: undefined reference to `pp_get_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x3b5): In function `PPQCallback':
: undefined reference to `pp_get_mode_by_name_and_quality'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x607): In function `PostprocPict__ffmpeg':
: undefined reference to `pp_postprocess'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x6e4): In function `ClosePostproc__ffmpeg':
: undefined reference to `pp_free_mode'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x6f2): In function `ClosePostproc__ffmpeg':
: undefined reference to `pp_free_context'
collect2: ld returned 1 exit status
make[2]: *** [vlc] Error 1
make[2]: Leaving directory `/home/bobbens/vlc-0.8.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bobbens/vlc-0.8.1'
make: *** [all] Error 2