[FFmpeg-devel] [PATCH] lavc/aac: fix shared build failures with MSVC.

Clément Bœsch ubitux at gmail.com
Mon Nov 12 22:36:55 CET 2012


On Mon, Nov 12, 2012 at 09:06:10PM +0000, Carl Eugen Hoyos wrote:
> Clément Bœsch <ubitux <at> gmail.com> writes:
> 
> > @@ -193,7 +200,7 @@ AVCodec ff_libvo_aacenc_encoder = {
> >      .init           = aac_encode_init,
> >      .encode2        = aac_encode_frame,
> >      .close          = aac_encode_close,
> > -    .supported_samplerates = avpriv_mpeg4audio_sample_rates,
> > +    .supported_samplerates = mpeg4audio_sample_rates,
> 
> Ping?
> 
> If no other solution is possible atm, please commit.
> 

Applied with a comment added above the original avpriv_ table. Anyone is
welcome to provide a better patch, since I can't really test this against
MSVC.

Sorry for the regression, the delay, and the misery of this fix.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121112/d417309b/attachment.asc>


More information about the ffmpeg-devel mailing list