summaryrefslogtreecommitdiffstats
path: root/xine_artsplugin/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-10-17 02:08:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-10-17 02:08:21 +0200
commit1973b023a9b217e620fd8af56157086f62c860b3 (patch)
tree25a18b9b9008c7ddaadfa1f665db562add5033f9 /xine_artsplugin/Makefile.am
parent564745751ed7e7e84e9b261d781a4e2aadd89cb3 (diff)
downloadtdemultimedia-1973b023a9b217e620fd8af56157086f62c860b3.tar.gz
tdemultimedia-1973b023a9b217e620fd8af56157086f62c860b3.zip
Fix linking xine_artsplugin with pthread
Thanks to Francois Andriot (legacy RedHat patch)
Diffstat (limited to 'xine_artsplugin/Makefile.am')
-rw-r--r--xine_artsplugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xine_artsplugin/Makefile.am b/xine_artsplugin/Makefile.am
index 799bff29..39bb6a96 100644
--- a/xine_artsplugin/Makefile.am
+++ b/xine_artsplugin/Makefile.am
@@ -8,7 +8,7 @@ libarts_xine_la_SOURCES = xinePlayObject.cc \
xinePlayObject_impl.cpp \
audio_fifo_out.c
libarts_xine_la_LDFLAGS = $(all_libraries) -module -no-undefined -pthread
-libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIB_X11) $(LIB_XEXT) \
+libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIBPTHREAD) $(LIB_X11) $(LIB_XEXT) \
-lkmedia2_idl -lsoundserver_idl -lartsflow
libarts_xine_la_METASOURCES = AUTO