Skip to content

Instantly share code, notes, and snippets.

Created April 23, 2012 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e37eac98d08b94183ced to your computer and use it in GitHub Desktop.
Save anonymous/e37eac98d08b94183ced to your computer and use it in GitHub Desktop.
cd ~
echo "#! /bin/sh" > skype-cam-fix
echo "LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype" >> skype-cam-fix
chmod a+x skype-cam-fix
sudo mv skype-cam-fix /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment