Hi, On Wed, Sep 8, 2010 at 3:46 PM, Mans Rullgard <mans at mansr.com> wrote: > +/* The following CPU-specific functions shall not be called directly. */ > +int av_get_cpu_flags_arm(void); > +int av_get_cpu_flags_ppc(void); > +int av_get_cpu_flags_x86(void); So remove the av_ prefix? Looks nice otherwise. Ronald