From kde-commits Sun Feb 08 20:22:31 2004 From: Alex Kern Date: Sun, 08 Feb 2004 20:22:31 +0000 To: kde-commits Subject: kdemultimedia/kscd/libwm Message-Id: <20040208202231.D40D48F5E () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107627174930825 CVS commit by kernalex: cdda again. This solution with read and play stream in separated thread is better suitabled as previous with separated process. Main problem was not a process itself, but communication in the same thread as streaming. M +3 -11 Makefile.am 1.17 M +275 -179 cdda.c 1.3 M +2 -0 configure.in.in 1.8 M +1 -70 plat_linux.c 1.32 M +51 -77 plat_linux_cdda.c 1.10