[vlc-commits] v4l2: fix pthread linkage

Thomas Guillem git at videolan.org
Tue Aug 23 09:31:13 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Aug 23 09:30:51 2016 +0200| [656491f3724378c3b2dac6b0c1a741fbac625aba] | committer: Thomas Guillem

v4l2: fix pthread linkage

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=656491f3724378c3b2dac6b0c1a741fbac625aba
---

 modules/access/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index 5d93300..99a95a9 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -179,7 +179,7 @@ libv4l2_plugin_la_SOURCES = \
 	access/v4l2/v4l2.h
 libv4l2_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/access/v4l2
 libv4l2_plugin_la_CFLAGS = $(AM_CFLAGS) $(ZVBI_CFLAGS)
-libv4l2_plugin_la_LIBADD = $(LIBDL) $(LIBM) $(ZVBI_LIBS)
+libv4l2_plugin_la_LIBADD = $(LIBDL) $(LIBM) $(ZVBI_LIBS) $(LIBPTHREAD)
 if HAVE_V4L2
 access_LTLIBRARIES += libv4l2_plugin.la
 endif



More information about the vlc-commits mailing list