comparison libmpeg2/motion_comp_vis.c @ 28290:25337a2147e7

Lots and lots of #ifdef ARCH_... -> #if ARCH_... and #ifdef HAVE_MMX etc -> #if HAVE_MMX. There might be still more that need to be fixed.
author reimar
date Fri, 16 Jan 2009 09:21:21 +0000
parents d0a8810e155c
children
comparison
equal deleted inserted replaced
28289:4210f3621db1 28290:25337a2147e7
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 22
23 #include "config.h" 23 #include "config.h"
24 24
25 #ifdef ARCH_SPARC 25 #if ARCH_SPARC
26 26
27 #include <inttypes.h> 27 #include <inttypes.h>
28 28
29 #include "mpeg2.h" 29 #include "mpeg2.h"
30 #include "attributes.h" 30 #include "attributes.h"