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:14:59 +0200
commite112f3cb6c59946f4046650a28a6980f855701e4 (patch)
treebeee39494ed9c834b7ec6a08b4e0c9735d2b1639 /xine_artsplugin/Makefile.am
parent750b02defc5e3c57bf0f025b0a70fff0104f2a21 (diff)
downloadtdemultimedia-e112f3cb6c59946f4046650a28a6980f855701e4.tar.gz
tdemultimedia-e112f3cb6c59946f4046650a28a6980f855701e4.zip
Fix linking xine_artsplugin with pthread
Thanks to Francois Andriot (legacy RedHat patch) (cherry picked from commit 1973b023a9b217e620fd8af56157086f62c860b3)
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