summaryrefslogtreecommitdiff
path: root/audio/xmms-liveice/patches/patch-aa
blob: 0d5a1cfea3a99075b0374aa04fb3d772247a4dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.2 2005/12/11 20:29:12 joerg Exp $

--- src/liveice.c.orig	2000-05-14 19:42:20.000000000 +0000
+++ src/liveice.c
@@ -27,8 +27,6 @@
 
 
 
-extern int errno;
-
 static sckt *liveice_sp=NULL;
 
 static gboolean config_read = FALSE;
@@ -167,7 +165,7 @@ static void init(void)
 			if(!xmms_cfg_read_string(cfg, "LiveIce", "description", &lv_conf.description))
 				lv_conf.description=g_strdup("Music from XMMS");
 			if(!xmms_cfg_read_string(cfg, "LiveIce", "encoder_path", &lv_conf.encoder_path))
-				lv_conf.encoder_path=g_strdup("lame");
+				lv_conf.encoder_path=g_strdup(LAME);
 			
 			if(!xmms_cfg_read_string(cfg, "LiveIce", "remote_dumpfile", &lv_conf.remote_dumpfile))
 			        lv_conf.encoder_path=g_strdup("liveice_xmms.mp3");
@@ -182,7 +180,7 @@ static void init(void)
 			lv_conf.genre=g_strdup("live");
 			lv_conf.url=g_strdup("http://www.icecast.org");
 			lv_conf.description=g_strdup("Music from XMMS");
-			lv_conf.encoder_path=g_strdup("lame");
+			lv_conf.encoder_path=g_strdup(LAME);
 			lv_conf.remote_dumpfile=g_strdup("liveice_xmms.mp3");
 		}
 		g_free(filename);