diff options
author | Matthias Ringwald <mringwal@inf.ethz.ch> | 2008-07-10 11:38:44 +0200 |
---|---|---|
committer | Matthias Ringwald <mringwal@inf.ethz.ch> | 2008-07-10 11:38:44 +0200 |
commit | 901d397111ba3b277e8de4abd0367a598354a2bc (patch) | |
tree | 1070f135e3b05c8c64dc1889a457a3b076690bb8 | |
parent | 20697e3c7d3c2516a8a8d4a9232c70be79815301 (diff) | |
download | xine-lib-901d397111ba3b277e8de4abd0367a598354a2bc.tar.gz xine-lib-901d397111ba3b277e8de4abd0367a598354a2bc.tar.bz2 |
add PTHREAD_LIBS to xineplug_post_tvtime as pthread mutex are used
-rw-r--r-- | src/post/deinterlace/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/deinterlace/Makefile.am b/src/post/deinterlace/Makefile.am index d382a2e98..c9e09ee23 100644 --- a/src/post/deinterlace/Makefile.am +++ b/src/post/deinterlace/Makefile.am @@ -8,7 +8,7 @@ xinepost_LTLIBRARIES = xineplug_post_tvtime.la xineplug_post_tvtime_la_SOURCES = xine_plugin.c \ deinterlace.c pulldown.c speedy.c tvtime.c -xineplug_post_tvtime_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) \ +xineplug_post_tvtime_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) $(PTHREAD_LIBS) \ $(top_builddir)/src/post/deinterlace/plugins/libdeinterlaceplugins.la xineplug_post_tvtime_la_CFLAGS = $(VISIBILITY_FLAG) |