soup4you2
April 6th, 2003, 15:00
I seem to be having a slight problem with xmms that i cant figure out..
it works and everything but has no mp3 support.. the module libmpg123.so is not in the plugins.. after looking in the makefile i saw this:
[code:1:86a790d48a]
# $OpenBSD: Makefile,v 1.27 2002/09/03 01:22:21 wcobb Exp $
COMMENT= "Multimedia player for the X Window System"
COMMENT-gnome= "GNOME applet for XMMS"
COMMENT-esd= "Esound output plugin for XMMS"
COMMENT-vorbis= "Ogg Vorbis input plugin for XMMS"
COMMENT-mikmod= "Mikmod input plugin for XMMS"
COMMENT-mp3= "MP3 input plugin for XMMS"
[/code:1:86a790d48a]
[code:1:86a790d48a]
.if !${FLAVOR:L:Mno_mp3}
MULTI_PACKAGES+= -mp3
.endif
[/code:1:86a790d48a]
so for some reason it's not compiling mp3 support in
i tried running
make WITH_MP3=yes
but does not help...
it works and everything but has no mp3 support.. the module libmpg123.so is not in the plugins.. after looking in the makefile i saw this:
[code:1:86a790d48a]
# $OpenBSD: Makefile,v 1.27 2002/09/03 01:22:21 wcobb Exp $
COMMENT= "Multimedia player for the X Window System"
COMMENT-gnome= "GNOME applet for XMMS"
COMMENT-esd= "Esound output plugin for XMMS"
COMMENT-vorbis= "Ogg Vorbis input plugin for XMMS"
COMMENT-mikmod= "Mikmod input plugin for XMMS"
COMMENT-mp3= "MP3 input plugin for XMMS"
[/code:1:86a790d48a]
[code:1:86a790d48a]
.if !${FLAVOR:L:Mno_mp3}
MULTI_PACKAGES+= -mp3
.endif
[/code:1:86a790d48a]
so for some reason it's not compiling mp3 support in
i tried running
make WITH_MP3=yes
but does not help...