[FFmpeg-user] Other compilations problems

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jan 14 21:59:36 CET 2012


aple ex <exampte01 <at> hotmail.fr> writes:

> CC	libavcodec/libcelt_dec.o
> libavcodec/libcelt_dec.c: In function ‘ff_celt_bitstream_version_hack’:
> libavcodec/libcelt_dec.c:55:5: erreur: too many arguments to function
‘celt_header_init’

Remove --enable-libcelt from your configure line, if you need libcelt support,
please open a real bug-report including (for example) libcelt version.

[...]

> [test <at> ltest ffmpeg]$ make --debug

(The needed command would be "make V=1")

> LD	ffmpeg_g
> /usr/bin/ld: libavfilter/libavfilter.a(vf_frei0r.o): undefined reference to
symbol 'dlclose@@GLIBC_2.2.5'

As a work-around, remove --enable-frei0r from your configure line, add more
information (like make V=1 output) if you need frei0r.

Carl Eugen



More information about the ffmpeg-user mailing list