diff options
Diffstat (limited to 'media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff')
-rw-r--r-- | media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff b/media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff deleted file mode 100644 index 9e82ab14dab5..000000000000 --- a/media-plugins/vdr-mplayer/files/0.10.0/01_gentoo.diff +++ /dev/null @@ -1,38 +0,0 @@ -fix some path for gentoo install - -Joerg Bornkessel <hd_brummy@gentoo.org> -Index: mp3-0.10.0/Makefile -=================================================================== ---- mp3-0.10.0.orig/Makefile -+++ mp3-0.10.0/Makefile -@@ -22,14 +22,14 @@ - # in the VDR directory an set them there. - - ### uncomment one of these lines, if you don't want one of the plugins --#WITHOUT_MP3=1 -+WITHOUT_MP3=1 - #WITHOUT_MPLAYER=1 - - ### uncomment the following line, if you don't have libsndfile installed --#WITHOUT_LIBSNDFILE=1 -+WITHOUT_LIBSNDFILE=1 - - ### uncomment the following line, if you don't have libvorbisfile installed --#WITHOUT_LIBVORBISFILE=1 -+WITHOUT_LIBVORBISFILE=1 - - ### uncomment the following line, if you want OSS sound output - #WITH_OSS_OUTPUT=1 -Index: mp3-0.10.0/mplayer.c -=================================================================== ---- mp3-0.10.0.orig/mplayer.c -+++ mp3-0.10.0/mplayer.c -@@ -825,7 +825,7 @@ bool cPluginMPlayer::Start(void) - { - if(!CheckVDRVersion(1,1,16,"mplayer")) return false; - i18n_name=Name(); -- MPlaySources.Load(AddDirectory(ConfigDirectory(sourcesSub),"mplayersources.conf")); -+ MPlaySources.Load(AddDirectory(ConfigDirectory(sourcesSub),"mplayer/mplayersources.conf")); - if(MPlaySources.Count()<1) { - esyslog("ERROR: you must have defined at least one source in mplayersources.conf"); - fprintf(stderr,"No source(s) defined in mplayersources.conf\n"); |