Re: [FFmpeg-devel] [PATCH] hevcdsp: fix compilation for arm and aarch64

2015-03-12 Thread Michael Niedermayer
On Thu, Mar 12, 2015 at 03:35:05PM -0300, James Almer wrote: > Also add av_cold to ff_hevcdsp_init_arm. > > Signed-off-by: James Almer > --- > Untested as i lack the hardware (or qemu). > > libavcodec/arm/Makefile| 1 + > libavcodec/arm/hevcdsp_arm.h | 26

[FFmpeg-devel] [PATCH] hevcdsp: fix compilation for arm and aarch64

2015-03-12 Thread James Almer
Also add av_cold to ff_hevcdsp_init_arm. Signed-off-by: James Almer --- Untested as i lack the hardware (or qemu). libavcodec/arm/Makefile| 1 + libavcodec/arm/hevcdsp_arm.h | 26 ++ libavcodec/arm/hevcdsp_init_arm.c | 32 +