compiled to the Dynamic library
>
> 杨超 outlook.com> writes:
>
> > The reason about this bug is using the macro
> > “FF_SYMVER” on cross compile platform.
>
> Are you searching for the configure option
> "--disable-symver"?
>
> Carl Eugen
>
>
t; compiled to the Dynamic library
>
> On Fri, Dec 05, 2014 at 06:05:30PM +0800, 杨超 wrote:
> > Hello,All:
> > source base: ffmpeg-2.2.10env:androidso/a: so
> > When calling the av_fast_realloc or av_fast_malloc. There will be a error (
> > the processing will feign
g the
>macro “FF_SYMVER” on cross compile platform. Thank you for your reply.
Date: Sat, 6 Dec 2014 16:08:44 +0100
From: michae...@gmx.at
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH]Fixed av_fast_realloc calling error when
compiled to the Dynamic library
On Fri, Dec 05, 2
Hello,All:
source base: ffmpeg-2.2.10env:androidso/a: so
When calling the av_fast_realloc or av_fast_malloc. There will be a error ( the
processing will feign death ).
Fixed patch:
---a/libavcodec/utils.c+++b/libavcodec/utils.c@@ -127,1 +127,1 @@-#if
FF_API_FAST_MALLOC && CONFIG_SHARED && HAVE_SY