From bad617620b00eeaed9ea9bcf79737292c17b03e2 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 17 May 2007 02:26:14 +0100 Subject: Link the vdr input plugin with pthread. --- src/vdr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index 665888b2c..b09c86487 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -4,7 +4,7 @@ xineplug_LTLIBRARIES = xineplug_inp_vdr.la xinepost_LTLIBRARIES = xineplug_post_vdr.la xineplug_inp_vdr_la_SOURCES = input_vdr.c -xineplug_inp_vdr_la_LIBADD = $(XINE_LIB) +xineplug_inp_vdr_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) xineplug_inp_vdr_la_LDFLAGS = $(xineplug_ldflags) xineinclude_HEADERS = input_vdr.h -- cgit v1.2.3