Re: [gentoo-user] mplayer with libmp3lame

2007-10-31 Thread Pawel K
I found in media-video/mplayer/mplayer-1.0_rc1_p20070824.ebuild the following: RDEPEND= ... ... encode? ( aac? ( media-libs/faac ) mp2? ( media-sound/twolame ) mp3? ( media-sound/lame ) ) ... My USE flag looks like: + encode + mp3 - mp2 My configure shows the following: Checking for

Re: [gentoo-user] mplayer with libmp3lame

2007-10-26 Thread Pawel K
MPlayer was compiled without libmp3lame support. -lameopts is not an MEncoder option Try to recompile it with lame use flag. My mplayer-1.0_rc1_p20070824 doesn't have lame (or similar) flag. I use equery uses mplayer to retrieve the USE flag settings. thank You for help

Re: [gentoo-user] mplayer with libmp3lame

2007-10-25 Thread Szénási István
Hi! MPlayer was compiled without libmp3lame support. -lameopts is not an MEncoder option Try to recompile it with lame use flag. -- Szénási István

[gentoo-user] mplayer with libmp3lame

2007-10-24 Thread Pawel K
Hello The following command: mencoder INFILE -of rawaudio -oac mp3lame -lameopts mode=3 -channels 1 -ovc copy -o OUTFILE generates the following error message: MPlayer was compiled without libmp3lame support. -lameopts is not an MEncoder option I use mplayer-1.0_rc1_p20070824 with +mp3 USE