diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 02:26:14 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 02:26:14 +0100 |
commit | bad617620b00eeaed9ea9bcf79737292c17b03e2 (patch) | |
tree | e022f04974908315fc59f2d2c616e35cc852fa4e /src | |
parent | fe0a71e0210d7c47cebcae1cd206ea8a2413063d (diff) | |
download | xine-lib-bad617620b00eeaed9ea9bcf79737292c17b03e2.tar.gz xine-lib-bad617620b00eeaed9ea9bcf79737292c17b03e2.tar.bz2 |
Link the vdr input plugin with pthread.
Diffstat (limited to 'src')
-rw-r--r-- | src/vdr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |