summaryrefslogtreecommitdiff
path: root/audio/xmp/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--audio/xmp/files/patch-aj19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xmp/files/patch-aj b/audio/xmp/files/patch-aj
new file mode 100644
index 000000000000..d1a7f1c609f0
--- /dev/null
+++ b/audio/xmp/files/patch-aj
@@ -0,0 +1,19 @@
+*** src/xmms/plugin.c.orig Sun Jan 7 01:53:15 2001
+--- src/xmms/plugin.c Wed Sep 10 12:17:16 2003
+***************
+*** 228,234 ****
+ xmp_cfg.filter = TRUE;
+ xmp_cfg.pan_amplitude = 80;
+
+! #define CFGREADINT(x) xmms_cfg_read_int (cfg, "XMP", #x, &xmp_cfg.##x)
+
+ filename = g_strconcat(g_get_home_dir(), "/.xmms/config", NULL);
+ if ((cfg = xmms_cfg_open_file(filename))) {
+--- 228,234 ----
+ xmp_cfg.filter = TRUE;
+ xmp_cfg.pan_amplitude = 80;
+
+! #define CFGREADINT(x) xmms_cfg_read_int (cfg, "XMP", #x, &xmp_cfg.x)
+
+ filename = g_strconcat(g_get_home_dir(), "/.xmms/config", NULL);
+ if ((cfg = xmms_cfg_open_file(filename))) {