On Sun, 28 Jun 2009 22:50:58 +0200
Peter Hüwe <peterhu...@gmx.de> wrote:
 
> I tried using cheese with 
> LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so - and it works!
> 
> However this does not work with skype :/ (skype does not allow
> preloading)
> 
> Any suggestions how I get skype to use the compat wrapper?

Hi Peter,

You must export LD_PRELOAD. I use a simple script:

        #!/bin/sh
        export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
        exec /usr/bin/skype

Cheers.

-- 
Ken ar c'hentañ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to