By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1262
Collapse All | Expand All

(-)kdemultimedia-3.5.7-patched/xine_artsplugin/Makefile.am.pthread (-1 / +1 lines)
Lines 8-14 Link Here
8
			  xinePlayObject_impl.cpp \
8
			  xinePlayObject_impl.cpp \
9
			  audio_fifo_out.c
9
			  audio_fifo_out.c
10
libarts_xine_la_LDFLAGS = $(all_libraries) -module -no-undefined -pthread
10
libarts_xine_la_LDFLAGS = $(all_libraries) -module -no-undefined -pthread
11
libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIB_X11) $(LIB_XEXT) \
11
libarts_xine_la_LIBADD = $(XINE_LIBS) $(LIBPTHREAD) $(LIB_X11) $(LIB_XEXT) \
12
			 -lkmedia2_idl -lsoundserver_idl -lartsflow
12
			 -lkmedia2_idl -lsoundserver_idl -lartsflow
13
13
14
libarts_xine_la_METASOURCES = AUTO
14
libarts_xine_la_METASOURCES = AUTO

Return to bug 1262