Måns Rullgård <m...@mansr.com> writes: > Janne Grunau <janne-li...@jannau.net> writes: > >> +void ff_rv40dsp_init_arm(RV34DSPContext *c, DSPContext* dsp) >> +{ >> +#if HAVE_NEON >> + int cpu_flags = av_get_cpu_flags(); >> + >> + if (have_neon(cpu_flags)) >> + ff_rv40dsp_init_neon(c); >> +#endif /* HAVE_NEON */ >> +} > > You don't need the #if here.
Argh, of course you do if you have the other one. Actually, it's fine without any of them. Sorry for the noise. -- Måns Rullgård m...@mansr.com _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel