Luca Barbato <[email protected]> writes: > On 12/4/12 1:16 AM, Mans Rullgard wrote: >> Signed-off-by: Mans Rullgard <[email protected]> >> --- >> libavcodec/dct-test.c | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c >> index c480aec..3ce0270 100644 >> --- a/libavcodec/dct-test.c >> +++ b/libavcodec/dct-test.c >> @@ -120,13 +120,13 @@ static const struct algo idct_tab[] = { >> { "INT-ARM", ff_j_rev_dct_arm, MMX_PERM }, >> #endif >> #if HAVE_ARMV5TE >> - { "SIMPLE-ARMV5TE", ff_simple_idct_armv5te,NO_PERM }, >> + { "SIMPLE-ARMV5TE", ff_simple_idct_armv5te,NO_PERM, >> AV_CPU_FLAG_ARMV5TE }, > > Nit either align below or add a space above. > >> #endif >> #if HAVE_ARMV6 >> - { "SIMPLE-ARMV6", ff_simple_idct_armv6, MMX_PERM }, >> + { "SIMPLE-ARMV6", ff_simple_idct_armv6, MMX_PERM, AV_CPU_FLAG_ARMV6 >> },
It is aligned. Your mail reader is broken. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
