diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-29 04:58:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-29 04:58:37 +0000 |
commit | ab6e565c4e1a8a1be1c7ba6ff824b05a4c125d82 (patch) | |
tree | fe9c8cdfd5becf99c5c70ecffe0b93d04d273ee3 /www/mplayer-plugin/files/patch-Source_mplayerplug-in.c | |
parent | Persistent Patch with sl5p1. (diff) |
Update to 0.91.
Notes
Notes:
svn path=/head/; revision=89743
Diffstat (limited to 'www/mplayer-plugin/files/patch-Source_mplayerplug-in.c')
-rw-r--r-- | www/mplayer-plugin/files/patch-Source_mplayerplug-in.c | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c b/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c index 39253217acdb..463db10b7ad5 100644 --- a/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c +++ b/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c @@ -1,21 +1,11 @@ ---- Source/mplayerplug-in.c.orig Thu May 22 22:38:28 2003 -+++ Source/mplayerplug-in.c Mon Jul 21 15:14:24 2003 -@@ -142,9 +142,6 @@ - "audio/mpeg3:mp3:MPEG audio;" - "audio/x-mpeg3:mp3:MPEG audio;" - "audio/mp3:mp3:MPEG audio;" -- "audio/x-pn-realaudio:ram:RealAudio;" -- "audio/x-pn-realaudio-plugin:rpm:RealAudio;" -- "audio/x-realaudio:ra:RealAudio;" - "video/fli:fli,flc:FLI animation;" - "video/x-fli:fli,flc:FLI animation;" - "video/x-ms-asf-plugin:asf,asx:Windows Media;" -@@ -262,7 +262,7 @@ - } +--- Source/mplayerplug-in.c.orig Wed Sep 10 10:34:15 2003 ++++ Source/mplayerplug-in.c Mon Sep 29 00:43:56 2003 +@@ -67,7 +67,7 @@ + } - if (config == NULL) { -- config = fopen("/etc/mplayerplug-in.conf","r"); -+ config = fopen("%%PREFIX%%/etc/mplayerplug-in.conf","r"); - } + if (config == NULL) { +- config = fopen("/etc/mplayerplug-in.conf", "r"); ++ config = fopen("%%PREFIX%%/etc/mplayerplug-in.conf", "r"); + } - DEBUG = 0; + if (config == NULL) { |