Am Montag 29 Juni 2009 12:40:34 schrieb Jean-Francois Moine:
> Hi Peter,
>
> Indeed, you are running a 64bits application:
>
>       #!/bin/sh
>       export LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so
>       exec /usr/bin/skype
>
> Cheers.


Hi :)

/usr/lib is just a link to /usr/lib64 - 
$ ls -lahd /usr/lib
  lrwxrwxrwx 1 root root 5 20. Dez 2008  /usr/lib -> lib64

but I tried it explicitly with both versions:
ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so' from LD_PRELOAD cannot 
be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so' from LD_PRELOAD cannot 
be preloaded: ignored.

ERROR: ld.so: object '/usr/lib64/libv4l/v4l1compat.so' from LD_PRELOAD cannot 
be preloaded: ignored.

Seems I have to wait till skype releases a v4l2 compatible skype binary - but 
regarding the development cycle of skype this will be ... ahem ... never :)


Thanks!
Peter

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to