summaryrefslogtreecommitdiffstats
path: root/xine_artsplugin/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-01 10:43:06 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-01 10:58:58 -0500
commit68cff160cbf2fb0b4865f2b74bb49b8fa1a2a657 (patch)
treefbf549c6ca9c620c267065f302ff3dfaa38e984d /xine_artsplugin/Makefile.am
parent67c929b62569fecf847100ea0b4cc63dff8c0dc4 (diff)
downloadtdemultimedia-68cff160cbf2fb0b4865f2b74bb49b8fa1a2a657.tar.gz
tdemultimedia-68cff160cbf2fb0b4865f2b74bb49b8fa1a2a657.zip
Properly register aRts plugin with Xine >= 1.2.x
This resolves Bug 1905
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 39bb6a96..395873b5 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) $(LIBPTHREAD) $(LIB_X11) $(LIB_XEXT) \
+libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIBPTHREAD) $(LIB_X11) $(LIB_XEXT) $(LIB_QT) \
-lkmedia2_idl -lsoundserver_idl -lartsflow
libarts_xine_la_METASOURCES = AUTO