Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 9572
Collapse All | Expand All

(-)xmms-arts-0.4/artsout.h (+1 lines)
Lines 38-43 Link Here
38
38
39
#include <xmms/plugin.h>
39
#include <xmms/plugin.h>
40
#include <xmms/configfile.h>
40
#include <xmms/configfile.h>
41
#include <xmms/util.h>
41
42
42
extern OutputPlugin op;
43
extern OutputPlugin op;
43
44
(-)xmms-arts-0.4/audio.c (+6 lines)
Lines 242-247 Link Here
242
{
242
{
243
	gint length, cnt;
243
	gint length, cnt;
244
244
245
	int errorcode;
246
	errorcode = arts_init();
247
	if (errorcode < 0) {
248
		fprintf(stderr,"arts_init error: %s\n", arts_error_text(errorcode));
249
	pthread_exit(NULL);
250
	}
245
251
246
	while (going)
252
	while (going)
247
	{
253
	{

Return to bug 9572