diff arm/float_arm_vfp.c @ 8590:7a463923ecd1 libavcodec

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 9281a8a9387a
children 48be79afc72d
line wrap: on
line diff
--- a/arm/float_arm_vfp.c	Tue Jan 13 21:13:45 2009 +0000
+++ b/arm/float_arm_vfp.c	Tue Jan 13 23:44:16 2009 +0000
@@ -29,7 +29,7 @@
 {
     c->vector_fmul = ff_vector_fmul_vfp;
     c->vector_fmul_reverse = ff_vector_fmul_reverse_vfp;
-#ifdef HAVE_ARMV6
+#if HAVE_ARMV6
     c->float_to_int16 = ff_float_to_int16_vfp;
 #endif
 }