blob: 52e67ad644490e6188cdf92523331d45a979364b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Compilation:
arm-linux-gnueabi-gcc main.c -o tvdemo -Ikernel/usr/include/ -std=gnu99 -lm -O2
Command line example
./tvdemo /dev/video10 720 480 0 0
TODO:
Add Makefile
|