gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Re: [Gnash] New soundhandler in CVS


From: Tomas Groth
Subject: [Gnash-dev] Re: [Gnash] New soundhandler in CVS
Date: Mon, 9 Oct 2006 10:41:43 +0200 (CEST)

--- strk <address@hidden> skrev:

> On Sat, Oct 07, 2006 at 04:28:35PM +0200, Tomas Groth wrote:
> > Hi all,
> > 
> > A new soundhandler for gnash has just been commited to CVS. It uses SDL
> (not
> > SDL_mixer) for soundhandling, uses ffmpeg or libmad for mp3 decoding and
> > replaces the old SDL_mixer based soundhandler.
> > 
> > To use the new soundhandler run the configure-script with this option:
> > "--enable-sound=sdl". If you got ffmpeg installed it will be used per
> default
> > for mp3 decoding. If you rather use libmad, then you must also use the
> > "--enable-mad" option.
> 
> Is the --enable-mp3 option obsoleted ?
It has been replaced by --enable-mad

> Would --enable-sound=ffmpeg / --enable-sound=mad be a more appropriate
> switch set ?

IMHO, no. Since the backend is based on SDL, and can work without mad and
ffmpeg (though only playing adpcm and uncompressed audio), i think
--enable-sound=sdl is the correct way to do it. The way it configure should
work should be that if sdl is choosen, and --enable-mad is used, we only check
for mad. If --enable-mad isn't used, we check automaticly for ffmpeg. This was
my orignal idea for how it should work, but perhaps the way we choose between
mad and ffmpeg could be better...

cheers,

Tomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]