Re: [libav-devel] [PATCH] Place some START_TIMER invocations in separate blocks.

2012-01-04 Thread Janne Grunau
On 2012-01-04 13:46:49 +0100, Diego Biurrun wrote: > This fixes compilation failures related to START_TIMER/STOP_TIMER macros and > -Werror=declaration-after-statement. START_TIMER declares variables and thus > may not be placed after statements outside of a new block. > --- > libavcodec/indeo5.c

[libav-devel] [PATCH] Place some START_TIMER invocations in separate blocks.

2012-01-04 Thread Diego Biurrun
This fixes compilation failures related to START_TIMER/STOP_TIMER macros and -Werror=declaration-after-statement. START_TIMER declares variables and thus may not be placed after statements outside of a new block. --- libavcodec/indeo5.c|4 ++-- libpostproc/postprocess_template

[libav-devel] [PATCH] Place some START_TIMER invocations in separate blocks.

2012-01-04 Thread Diego Biurrun
This fixes compilation failures related to START_TIMER/STOP_TIMER macros and -Werror=declaration-after-statement. START_TIMER declares variables and thus may not be placed after statements outside of a new block. --- libavcodec/indeo5.c|4 ++-- libpostproc/postprocess_template