Re: [FFmpeg-devel] [PATCH]Fixed av_fast_realloc calling error when compiled to the Dynamic library

2014-12-08 Thread
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 > >

Re: [FFmpeg-devel] [PATCH]Fixed av_fast_realloc calling error when compiled to the Dynamic library

2014-12-07 Thread
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

Re: [FFmpeg-devel] [PATCH]Fixed av_fast_realloc calling error when compiled to the Dynamic library

2014-12-07 Thread
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

[FFmpeg-devel] [PATCH]Fixed av_fast_realloc calling error when compiled to the Dynamic library

2014-12-05 Thread
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