Bug#511736: vlc: Missing support for V4L2_PIX_FMT_SGBRG8

Romain Beauxis toots at rastageeks.org
Wed Jan 14 15:56:16 UTC 2009


Le Wednesday 14 January 2009 11:38:59, vous avez écrit :
> > Patches for enabling libv4l in VLC are available in libv4l's upstream
> > code. It would be a very good thing if VLC could make use of it, either
> > in debian or upstream.
>
> VLC has support for libv4l since 0.9.6 and I have added the libv4l-dev
> build-dep in 0.9.8a-1.
> vlc-nox shows a depedency on libv4l-0.

Very nice !

> It'll be good to check with ldd that
> /usr/lib/vlc/access/libv4l2_plugin.so id effectively linked to libv4l

Good:
16:55 toots at leonard ~/sources/svn/savonet/trunk/website% ldd /usr/lib/vlc/access/libv4l2_plugin.so
        linux-vdso.so.1 =>  (0x00007ffff5dff000)
        libv4l2.so.0 => /usr/local/lib/libv4l2.so.0 (0x00007f29ed899000)
        libv4lconvert.so.0 => /usr/local/lib/libv4lconvert.so.0 (0x00007f29ed63c000)
        libasound.so.2 => /usr/lib/libasound.so.2 (0x00007f29ed35f000)
        libvlccore.so.0 => /usr/lib/libvlccore.so.0 (0x00007f29ed094000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007f29ece78000)
        libc.so.6 => /lib/libc.so.6 (0x00007f29ecb24000)
        libm.so.6 => /lib/libm.so.6 (0x00007f29ec8a1000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f29ec69d000)
        librt.so.1 => /lib/librt.so.1 (0x00007f29ec493000)
        libhal.so.1 => /usr/lib/libhal.so.1 (0x00007f29ec283000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007f29ec045000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f29edcd2000)

I guess this issue should be fixed then. Did the original reporter try with this version of VLC ?

Romain





More information about the pkg-multimedia-maintainers mailing list