Lines 1-6
Link Here
|
1 |
--- Makefile.orig Fri Mar 17 10:35:33 2000 |
1 |
--- Makefile.orig Fri Mar 17 10:35:33 2000 |
2 |
+++ Makefile Sat Dec 23 10:34:05 2000 |
2 |
+++ Makefile Fri Jan 12 03:02:20 2001 |
3 |
@@ -3,19 +3,19 @@ |
3 |
@@ -3,22 +3,22 @@ |
4 |
# |
4 |
# |
5 |
# initial_directory is now set in the config file |
5 |
# initial_directory is now set in the config file |
6 |
mpg123_location := "mpg123" |
6 |
mpg123_location := "mpg123" |
Lines 11-17
Link Here
|
11 |
# Location of config file - Please edit this file before installing |
11 |
# Location of config file - Please edit this file before installing |
12 |
# |
12 |
# |
13 |
-config_file := "$(HOME)/.cmp3rc" |
13 |
-config_file := "$(HOME)/.cmp3rc" |
14 |
+config_file := "$$\(HOME)/.cmp3rc" |
14 |
+#config_file := "$(HOME)/.cmp3rc" |
15 |
|
15 |
|
16 |
# |
16 |
# |
17 |
# Uncomment and set if desired |
17 |
# Uncomment and set if desired |
Lines 19-28
Link Here
|
19 |
|
19 |
|
20 |
## An ass repository is a nice thing to have. See README |
20 |
## An ass repository is a nice thing to have. See README |
21 |
-ass_repository := "$(HOME)/.cmp3ass" |
21 |
-ass_repository := "$(HOME)/.cmp3ass" |
22 |
+ass_repository := "$$\(HOME)/.cmp3ass" |
22 |
+#ass_repository := "$(HOME)/.cmp3ass" |
23 |
|
23 |
|
24 |
## Define this for bufferring or add other parameters to mpg123 |
24 |
## Define this for bufferring or add other parameters to mpg123 |
25 |
mpg123_params := -b 320 |
25 |
-mpg123_params := -b 320 |
|
|
26 |
+#mpg123_params := -b 320 |
27 |
|
28 |
# You need debugging info? Uncomment this and check /tmp/cmp3log |
29 |
#debugging := 1 |
26 |
@@ -38,8 +38,8 @@ |
30 |
@@ -38,8 +38,8 @@ |
27 |
# stands. Change the code to do something else you want it to do... |
31 |
# stands. Change the code to do something else you want it to do... |
28 |
#PARAMS +=-DMY_CD |
32 |
#PARAMS +=-DMY_CD |