[FFmpeg-devel] [PATCH] avcodec/aac_tablegen: speed up table initialization

Rostislav Pehlivanov atomnuker at gmail.com
Fri Nov 27 22:33:09 CET 2015


On Fri, 2015-11-27 at 15:59 -0500, Ganesh Ajjanagadde wrote:
> I get build failures starting with commit
> 3d62e7a30fa552be52d12b31e3e0f79153aff891 under
> --enable-hardcoded-tables.
> @Rostislav: can you check, reproduce, and resolve this?

Fixed, thanks for reporting it quickly. Problem was
that ff_aac_tableinit() couldn't be used as an argument to
ff_thread_once(pthread_once) as it was a macro in the case of hardcoded
tables.


More information about the ffmpeg-devel mailing list