diff options
Diffstat (limited to 'www/mplayer-plugin/files/patch-Source_plugin-setup.cpp')
-rw-r--r-- | www/mplayer-plugin/files/patch-Source_plugin-setup.cpp | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/mplayer-plugin/files/patch-Source_plugin-setup.cpp b/www/mplayer-plugin/files/patch-Source_plugin-setup.cpp new file mode 100644 index 000000000000..4f1dfe02683c --- /dev/null +++ b/www/mplayer-plugin/files/patch-Source_plugin-setup.cpp @@ -0,0 +1,38 @@ +--- Source/plugin-setup.cpp.orig Fri Feb 13 09:45:47 2004 ++++ Source/plugin-setup.cpp Sun Feb 15 01:02:21 2004 +@@ -2,7 +2,7 @@ + + #ifndef STATICDECLS + #define STATICDECLS +-int DEBUG = 1; ++int DEBUG = 0; + int DESTROYED = 0; + int enable_real; + int enable_qt; +@@ -76,7 +76,7 @@ + } + + if (config == NULL) { +- config = fopen("/etc/mplayerplug-in.conf", "r"); ++ config = fopen("/usr/X11R6/etc/mplayerplug-in.conf", "r"); + } + + if (config == NULL) { +@@ -153,7 +153,7 @@ + } + + if (customtypes == NULL) { +- customtypes = fopen("/etc/mplayerplug-in.types", "r"); ++ customtypes = fopen("/usr/X11R6/etc/mplayerplug-in.types", "r"); + } + + if (customtypes != NULL) { +@@ -439,7 +439,7 @@ + } + + if (config == NULL) { +- config = fopen("/etc/mplayerplug-in.conf", "r"); ++ config = fopen("/usr/X11R6/etc/mplayerplug-in.conf", "r"); + } + + if (config == NULL) { |