Florian Kulzer wrote:
ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec gives me this, KulzerOn Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:How do i get video to work on vlc. I noticed this since I reconfigure kernel.I do not think that your new kernel is responsible for your problem. Nevertheless, it cannot hurt to (re)test vlc with the standard Debian Lenny kernel for your architecture.Running from terminal I see xvid has issues wakariera@debian:~$ vlc VLC media player 0.8.6h Janus [00000304] main decoder error: no suitable decoder module for fourcc `XVID'. VLC probably does not support this sound or video format.[...]vlc -vvv --no-plugins-cache --list |grep ffmpeg gives me VLC media player 0.8.6h Janus [00000001] main private debug: checking builtin modules [00000001] main private debug: checking plugin modules [00000001] main private debug: recursively browsing `/usr/lib/vlc' [00000001] main private warning: cannot load module `/usr/lib/vlc/codec/libffmpeg_plugin.so' (/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)img_resample should be defined in /usr/lib/libavcodec.so.51.50.0 (from the libavcodec51 package). Please post the output of this command: ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec [...]I have only recently recompiled kernel trying to get ipw2100 working.The ipw2100 should work with your standard Debian kernel, provided you have "firmware-ipw2x00" installed. (This package is in "non-free".) libavcodec.so.51 => /usr/lib/i686/cmov/libavcodec.so.51 (0xb763a000) so I guess everything is in order there! After 3 days of trying to make the ipw2100 work it turned out something was physically wrong with it(bought it down a 2n hand store) I just got a Broadcom 4318 working 2 days ago without a hitch at all. Thanks! |