Bug#483000: This actually seems to be the cause ...

Christophe Mutricy xtophe at chewa.net
Sat Jun 14 16:36:15 UTC 2008


Le Sat 14 Jun 08 � 00:55 -0700, Victor Song a écrit :
> Confirmed also for 0.8.6.e-2.3+b1
> 
> This seems to be the cause, but not sure what it means. 
> $ vlc -vvv --list | grep ffmpeg
> 
> [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)

That is the cause. VLC cannot load (dl_open) the ffmpeg module which
does Xvid ( and WMV and ..., ...) decoding.
But,

I can't reproduce it here on my laptop (i386)
Could you:
	- try with vlc -vv --no-plugins-cache --list |grep ffmpeg
	- give us dpkg -l libav{codec,format}\* libswscale\*
	  libpostproc\*|grep ii    (0.svn20080206-8 here)
        - give us ldd -r /usr/lib/vlc/codec/libffmpeg_plugin.so
          (linking to /usr/lib/libavformat.so.52,
      /usr/lib/libpostproc.so.51, /usr/lib/libavcodec.so.51 and
      /usr/lib/libavutil.so.49 here)

Maybe that'll give us some pointer


-- 
Xtophe





More information about the pkg-multimedia-maintainers mailing list