diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-28 21:38:32 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-28 21:38:32 +0000 |
commit | 44a7ce25beefbbb99de7b94757625accdb885976 (patch) | |
tree | 3aac8583e1e01560e5e91e80b56146a5c29e7f07 /src | |
parent | edf8a19a4660c58a088a7047a2975de99127b1f1 (diff) | |
download | xine-lib-44a7ce25beefbbb99de7b94757625accdb885976.tar.gz xine-lib-44a7ce25beefbbb99de7b94757625accdb885976.tar.bz2 |
Link to pthreads for the pvr input plugin.
CVS patchset: 8474
CVS date: 2006/12/28 21:38:32
Diffstat (limited to 'src')
-rw-r--r-- | src/input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index d4a445743..a867463ff 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -147,7 +147,7 @@ xineplug_inp_smb_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) xineplug_inp_smb_la_LDFLAGS = -avoid-version -module xineplug_inp_pvr_la_SOURCES = input_pvr.c -xineplug_inp_pvr_la_LIBADD = $(XINE_LIB) +xineplug_inp_pvr_la_LIBADD = $(XINE_LIB) $(THREADS_LIBS) xineplug_inp_pvr_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) xineplug_inp_pvr_la_LDFLAGS = -avoid-version -module |