* libv4l compile on uclibc
@ 2011-02-02 12:30 Francesco
2011-02-02 13:03 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Francesco @ 2011-02-02 12:30 UTC (permalink / raw)
To: linux-media; +Cc: francesco
Good afternoon.
I'm trying to compile v4l-utils for uclibc, but i need only libv4l for
my purpose.
In order to compile correctly, is should have argp.h, but in the
distribution i'm using uclibc is not compiled with argp.h.
Because this library is used in :
v4l2grab.c:#include <argp.h>
decode_tm6000/decode_tm6000.c:#include <argp.h>
utils/keytable/keytable.c:#include <argp.h>
but i don't need this part of utils, is possible compile only libv4l
without using argp.h ?
Thanks in advance.
--
:: Francesco ::
Jabber: francesco@jabber.org
E-Mail: francesco@bsod.eu
GnuPG: FE9DDD5F
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: libv4l compile on uclibc
2011-02-02 12:30 libv4l compile on uclibc Francesco
@ 2011-02-02 13:03 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2011-02-02 13:03 UTC (permalink / raw)
To: Francesco; +Cc: linux-media
Em 02-02-2011 10:30, Francesco escreveu:
> Good afternoon.
> I'm trying to compile v4l-utils for uclibc, but i need only libv4l for my purpose.
>
> In order to compile correctly, is should have argp.h, but in the distribution i'm using uclibc is not compiled with argp.h.
> Because this library is used in :
>
> v4l2grab.c:#include <argp.h>
> decode_tm6000/decode_tm6000.c:#include <argp.h>
> utils/keytable/keytable.c:#include <argp.h>
>
> but i don't need this part of utils, is possible compile only libv4l without using argp.h ?
I think you can just go to the lib directory and do a make there.
If you want, feel free to submit us a patch detecting that argp.h is
not available and disabling the compilation for the above.
>
> Thanks in advance.
Cheers,
Mauro
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-02 13:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 12:30 libv4l compile on uclibc Francesco
2011-02-02 13:03 ` Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox