Hi, On Mon, Feb 2, 2015 at 5:55 PM, Kyle Dominguez <kpd@xxxxxxxxxxxxxxx> wrote: > Hello, > > When trying to build libv4l, it fails because I don't have the dependencies > for v4l1. Is it possibe to make libv4l without having videodev.h? I only > want the v4l2 parts, to which I have videodev2.h. > What are the steps you are following to build it ? What error do you get ? just incase here are the correct steps (of current master assuming you are cross compiling): 1: ./bootstrap.sh 2: ./configure --host=<cross-compiler> --without-jpeg 3: make -j 4 Regards, --Prabhakar Lad -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html