12 lines
329 B
Text
12 lines
329 B
Text
$NetBSD: patch-ad,v 1.4 2013/10/10 10:49:30 roy Exp $
|
|
|
|
--- libmp3lame/machine.h.orig 2012-02-07 14:04:51.000000000 +0000
|
|
+++ libmp3lame/machine.h
|
|
@@ -131,6 +131,7 @@ char *strchr(), *strrchr();
|
|
# include <float.h>
|
|
# define FLOAT_MAX FLT_MAX
|
|
#else
|
|
+# include <float.h>
|
|
# ifndef FLOAT
|
|
typedef float FLOAT;
|
|
# ifdef FLT_MAX
|