#!/bin/sh
CC=${CC-gcc}
CFLAGS=${CFLAGS-'-O2'}
LIBS=''
LIBS='-lv4l1'
DEFS=''
compile='rm -f conftest.o ; $CC $CFLAGS $TESTLIBS conftest.c -o conftest &> /dev/null'
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/wait.h>
#include <linux/videodev.h>
#include <libv4l1.h>
#include <jpeglib.h>
#include <png.h>