All of lore.kernel.org
 help / color / mirror / Atom feed
* libv4l
@ 2015-02-02 17:55 Kyle Dominguez
  2015-02-02 18:28 ` libv4l Lad, Prabhakar
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Dominguez @ 2015-02-02 17:55 UTC (permalink / raw)
  To: linux-media

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.

Thanks,

kpd

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: libv4l
  2015-02-02 17:55 libv4l Kyle Dominguez
@ 2015-02-02 18:28 ` Lad, Prabhakar
  0 siblings, 0 replies; 2+ messages in thread
From: Lad, Prabhakar @ 2015-02-02 18:28 UTC (permalink / raw)
  To: Kyle Dominguez; +Cc: linux-media

Hi,

On Mon, Feb 2, 2015 at 5:55 PM, Kyle Dominguez <kpd@openmailbox.org> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-02 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-02 17:55 libv4l Kyle Dominguez
2015-02-02 18:28 ` libv4l Lad, Prabhakar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.