From: Michael Olbrich <m.olbrich@xxxxxxxxxxxxxx> simple_none.c uses HAVE_SOFT_FLOAT it has to include config.h for this to work properly. Signed-off-by: Michael Olbrich <m.olbrich@xxxxxxxxxxxxxx> Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> --- src/mixer/simple_none.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mixer/simple_none.c b/src/mixer/simple_none.c index 9259a08..426f2d7 100644 --- a/src/mixer/simple_none.c +++ b/src/mixer/simple_none.c @@ -40,6 +40,7 @@ #include <limits.h> #include <alsa/asoundlib.h> #include "mixer_simple.h" +#include "config.h" #ifndef DOC_HIDDEN -- 1.6.5.2 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel