[MPlayer-dev-eng] libfaad2 updates

Diego Biurrun diego at biurrun.de
Sat May 8 14:41:57 CEST 2004


adland writes:
> As requested I also made a patch for the 2.0 realease of libfaad2
> It is available at
> http://adland123.tripod.com/libfaad2.0_release.tgz

Very good!

All samples play fine for me under Linux, with and without Rich's patch.

(Where do I have to add the fixed-point define?)

It does not compile for me on Cygwin/MinGW, though:

make -C libfaad2
make[1]: Entering directory `/home/diego/mplayer/dev/libfaad2'
cc -c -I. -I../libvo/ -I../../libvo  -g -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__CYGWIN__   -o bits.o bits.c
In file included from common.h:367,
                 from bits.c:28:
/usr/include/math.h:227: error: conflicting types for `lrintf'
common.h:334: error: previous declaration of `lrintf'
make[1]: *** [bits.o] Error 1
make[1]: Leaving directory `/home/diego/mplayer/dev/libfaad2'
make: *** [libfaad2/libfaad2.a] Error 2

Another thing that made me wonder is our FAAD version check in
configure:

Checking for FAAD2 version ... 2.0 RC1

Hmm.

Diego




More information about the MPlayer-dev-eng mailing list