All of lore.kernel.org
 help / color / mirror / Atom feed
* [v4l-utils 0/5] Misc build fixes
@ 2015-11-03 20:58 Thomas Petazzoni
  2015-11-03 20:58 ` [v4l-utils 1/5] libv4lsyscall-priv.h: Use off_t instead of __off_t Thomas Petazzoni
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2015-11-03 20:58 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Thomas Petazzoni

Hello,

Here is a small set of fixes against v4l-utils that we have
accumulated in the Buildroot project to fix a number of build
issues. Those build issues are related to linking with the musl C
library, or do linking with the libintl library when the gettext
functions are not provided by the C library (which is what happens the
uClibc C library is used).

Thanks,

Thomas

Peter Seiderer (1):
  dvb/keytable: fix missing libintl linking

Thomas Petazzoni (4):
  libv4lsyscall-priv.h: Use off_t instead of __off_t
  utils: Properly use ENABLE_NLS for locale related code
  utils/v4l2-compliance: Include <fcntl.h> instead of <sys/fcntl.h>
  libv4lsyscall-priv.h: Only define SYS_mmap2 if needed

 lib/libv4l1/v4l1compat.c               |  3 +--
 lib/libv4l2/v4l2convert.c              |  5 ++---
 lib/libv4lconvert/libv4lsyscall-priv.h | 13 +++++--------
 utils/dvb/Makefile.am                  |  8 ++++----
 utils/dvb/dvb-fe-tool.c                |  2 ++
 utils/dvb/dvb-format-convert.c         |  2 ++
 utils/dvb/dvbv5-scan.c                 |  2 ++
 utils/dvb/dvbv5-zap.c                  |  2 ++
 utils/keytable/Makefile.am             |  1 +
 utils/keytable/keytable.c              |  2 ++
 utils/v4l2-compliance/v4l-helpers.h    |  2 +-
 11 files changed, 24 insertions(+), 18 deletions(-)

-- 
2.6.2


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

end of thread, other threads:[~2016-01-21 10:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-03 20:58 [v4l-utils 0/5] Misc build fixes Thomas Petazzoni
2015-11-03 20:58 ` [v4l-utils 1/5] libv4lsyscall-priv.h: Use off_t instead of __off_t Thomas Petazzoni
2015-11-03 20:58 ` [v4l-utils 2/5] utils: Properly use ENABLE_NLS for locale related code Thomas Petazzoni
2015-11-03 20:58 ` [v4l-utils 3/5] utils/v4l2-compliance: Include <fcntl.h> instead of <sys/fcntl.h> Thomas Petazzoni
2015-11-03 20:58 ` [v4l-utils 4/5] libv4lsyscall-priv.h: Only define SYS_mmap2 if needed Thomas Petazzoni
2015-11-03 20:58 ` [v4l-utils 5/5] dvb/keytable: fix missing libintl linking Thomas Petazzoni
2016-01-21  8:50 ` [v4l-utils 0/5] Misc build fixes Thomas Petazzoni
2016-01-21  9:04   ` Hans Verkuil
2016-01-21  9:15     ` Thomas Petazzoni
2016-01-21  9:40       ` Hans Verkuil
2016-01-21 10:20         ` Gregor Jasny

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.