linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/4] contrib/test: Add missing LIB_ARGP
@ 2015-01-25 20:36 Felix Janda
  0 siblings, 0 replies; only message in thread
From: Felix Janda @ 2015-01-25 20:36 UTC (permalink / raw)
  To: linux-media

v4l2gl and v4l2grab need argp.

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 contrib/test/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/test/Makefile.am b/contrib/test/Makefile.am
index 0bfa33e..7f84435 100644
--- a/contrib/test/Makefile.am
+++ b/contrib/test/Makefile.am
@@ -23,10 +23,11 @@ pixfmt_test_CFLAGS = $(X11_CFLAGS)
 pixfmt_test_LDFLAGS = $(X11_LIBS)
 
 v4l2grab_SOURCES = v4l2grab.c
+v4l2grab_LDFLAGS = $(ARGP_LIBS)
 v4l2grab_LDADD = ../../lib/libv4l2/libv4l2.la ../../lib/libv4lconvert/libv4lconvert.la -lpthread
 
 v4l2gl_SOURCES = v4l2gl.c
-v4l2gl_LDFLAGS = $(X11_LIBS) $(GL_LIBS) $(GLU_LIBS)
+v4l2gl_LDFLAGS = $(X11_LIBS) $(GL_LIBS) $(GLU_LIBS) $(ARGP_LIBS)
 v4l2gl_LDADD = ../../lib/libv4l2/libv4l2.la ../../lib/libv4lconvert/libv4lconvert.la
 
 ioctl_test_SOURCES = ioctl-test.c ioctl-test.h ioctl_32.h ioctl_64.h
-- 
2.0.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-25 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-25 20:36 [PATCH 4/4] contrib/test: Add missing LIB_ARGP Felix Janda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).