[FFmpeg-devel] HE-AACv2 encoding
Baptiste Coudurier
baptiste.coudurier at gmail.com
Wed Apr 27 18:43:35 CEST 2011
Hi,
On 04/27/2011 09:27 AM, Jk . wrote:
>
> Hello,
>
>
> I'm trying to add HE-AACv2 encoding support to FFmpeg through libaacplus.
>
>
> I'm using the 2011-04-25 snapshot of FFmpeg in Fedora 14. But i'm getting this error when compiling:
>
>
> libavcodec/libavcodec.a(allcodecs.o): In function `avcodec_register_all'
> libavcodec/allcodecs.c:369: undefined reference to `ff_libaacplus_encoder'
> collect2: ld returned 1 exit status
At the end of libavcodec/aacplus.c (or whatever the filename is), change
the name of the decoder from aacplus_encoder to ff_aacplus_encoder.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-devel
mailing list