Janne Grunau <[email protected]> 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. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
