Last active
August 29, 2015 14:07
-
-
Save psachin/7d223edd74f3e1bf3ff9 to your computer and use it in GitHub Desktop.
Compiling libv4l2 for wm8880 netbook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Download source from: https://drive.google.com/file/d/0B-PZvjWWRSpQbldxaFhIR2hEeG8/view?usp=sharing | |
- Extract the file using | |
tar -xvzf v4l2.tar.gz | |
- Visit 'v4l2/libv4l' directory | |
cd v4l2/libv4l | |
make clean | |
make | |
cd .. | |
- Run v41_lib_copy.sh file | |
bash v4l_lib_copy.sh | |
This file will take a backup of original system objects in current directory and replace original objects with new files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment