[vlc-devel] Re: Faad2 are dummies

Gildas Bazin gbazin at netcourrier.com
Sun Jun 15 00:05:14 CEST 2003


On Saturday 14 June 2003 22:48, Derk-Jan Hartman wrote:
> 
> The changes are really trivial, but some idiot got it into his mind to 
> use a string as a version-identifier of the library
> > #define FAAD2_VERSION "1.2 beta"
> 
> And you cannot check strings at compile time with #if
> mplayer solved it like this: 
> http://mplayerhq.hu/pipermail/mplayer-dev-eng/2003-February/015874.html
> 
> But i don't know how to port that to our configure.ac.in
> Could anyone please take a look at this? I'd really like to see this 
> fixed.
> 

This isn't the right fix as it doesn't work with cross-compilation.
IMHO the right fix is to use AC_TRY_COMPILE() on faacDecDecoder().
I'll commit the fix to configure.ac.in.

--
Gildas

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list