public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH zbar 1/5] Fix autoreconf by reducing the warning/error checking
@ 2019-01-13 23:38 james.hilliard1
  2019-01-13 23:38 ` [PATCH zbar 2/5] Fix function protoype to be compatible with recent libjpeg james.hilliard1
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: james.hilliard1 @ 2019-01-13 23:38 UTC (permalink / raw)
  To: mchehab+samsung; +Cc: linux-media, Thomas Petazzoni, James Hilliard

From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a03d10e..6476a20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ m4_ifndef([AC_LANG_DEFINES_PROVIDED],
           [m4_define([AC_LANG_DEFINES_PROVIDED])])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR(config)
-AM_INIT_AUTOMAKE([1.13 -Werror foreign subdir-objects std-options dist-bzip2])
+AM_INIT_AUTOMAKE([1.13 foreign subdir-objects std-options dist-bzip2])
 m4_pattern_allow([AM_PROG_AR])
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_SRCDIR(zbar/scanner.c)
-- 
2.7.4


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

end of thread, other threads:[~2019-01-14 12:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-13 23:38 [PATCH zbar 1/5] Fix autoreconf by reducing the warning/error checking james.hilliard1
2019-01-13 23:38 ` [PATCH zbar 2/5] Fix function protoype to be compatible with recent libjpeg james.hilliard1
2019-01-13 23:38 ` [PATCH zbar 3/5] Add --disable-doc configure option to disable building docs james.hilliard1
2019-01-13 23:38 ` [PATCH zbar 4/5] Ignore ENOTTY errors when calling VIDIOC_S_CROP james.hilliard1
2019-01-13 23:38 ` [PATCH zbar 5/5] release video buffers after probing and request them again when needed james.hilliard1
2019-01-14 11:00 ` [PATCH zbar 1/5] Fix autoreconf by reducing the warning/error checking Mauro Carvalho Chehab
2019-01-14 12:26   ` James Hilliard
2019-01-14 12:43     ` 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