Here is a small patch to remove an extra set of braces from
libmpeg2/motion_comp.c in order to keep things consistent with the rest
of the file.
Diego
Index: libmpeg2/motion_comp.c
===================================================================
--- libmpeg2/motion_comp.c (revision 1193)
+++ libmpeg2/motion_comp.c (working copy)
@@ -58,9 +58,9 @@
else
#endif
#ifdef ARCH_ARM
- if (accel & MPEG2_ACCEL_ARM) {
+ if (accel & MPEG2_ACCEL_ARM)
mpeg2_mc = mpeg2_mc_arm;
- } else
+ else
#endif
mpeg2_mc = mpeg2_mc_c;
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libmpeg2-devel mailing list
Libmpeg2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel