| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- Index: Source/mplayerplug-in.c
- --- Source/mplayerplug-in.c.orig Tue Jan 20 11:08:49 2004
- +++ Source/mplayerplug-in.c Tue Jan 20 11:09:38 2004
- @@ -71,7 +71,7 @@
- }
-
- if (config == NULL) {
- - config = fopen("/etc/mplayerplug-in.conf", "r");
- + config = fopen("@l_prefix@/etc/mozilla-mplayer/mplayerplug-in.conf", "r");
- }
-
- if (config == NULL) {
- @@ -148,7 +148,7 @@
- }
-
- if (customtypes == NULL) {
- - customtypes = fopen("/etc/mplayerplug-in.types", "r");
- + customtypes = fopen("@l_prefix@/etc/mozilla-mplayer/mplayerplug-in.types", "r");
- }
-
- if (customtypes != NULL) {
- Index: Source/support.c
- --- Source/support.c.orig Tue Jan 20 11:10:43 2004
- +++ Source/support.c Tue Jan 20 11:10:51 2004
- @@ -116,7 +116,7 @@
- }
-
- if (config == NULL) {
- - config = fopen("/etc/mplayerplug-in.conf", "r");
- + config = fopen("@l_prefix@/etc/mozilla-mplayer/mplayerplug-in.conf", "r");
- }
-
- if (config == NULL) {
- Index: mplayerplug-in.types
- --- mplayerplug-in.types.orig Tue Jan 20 11:11:49 2004
- +++ mplayerplug-in.types Tue Jan 20 11:11:52 2004
- @@ -32,4 +32,4 @@
- audio/x-ms-wma:wma:Windows Media;
- application/x-drm-v2:asx:Windows Media;
- audio/wav:wav:Microsoft wave file;
- -audio/x-wav:wav:Microsoft wave file
- +audio/x-wav:wav:Microsoft wave file;
|