blob: 6736ef9a82e0f7f954aba7a19be86321c77f60fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Source/mplayerplug-in.c.orig Sat Apr 12 15:07:47 2003
+++ Source/mplayerplug-in.c Sat Apr 12 15:08:56 2003
@@ -262,7 +262,7 @@
}
if (config == NULL) {
- config = fopen("/etc/mplayerplug-in.conf","r");
+ config = fopen("%%PREFIX%%/etc/mplayerplug-in.conf","r");
}
DEBUG = 0;
|