mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
22 lines
539 B
Plaintext
22 lines
539 B
Plaintext
$NetBSD: patch-ae,v 1.1 2007/05/28 07:29:12 gson Exp $
|
|
|
|
--- ../generic/jkFormatMP3.c.orig 2005-12-14 13:29:38.000000000 +0200
|
|
+++ ../generic/jkFormatMP3.c
|
|
@@ -25,6 +25,7 @@ such, and must be called by a name other
|
|
must retain this copyright notice.
|
|
*/
|
|
|
|
+#include <math.h>
|
|
#include <stdlib.h>
|
|
#include "snack.h"
|
|
#include "jkFormatMP3.h"
|
|
@@ -1309,8 +1310,6 @@ huffman_decode(int tbl,int *x,int *y)
|
|
return len;
|
|
}
|
|
|
|
-#include <math.h>
|
|
-
|
|
#define PI12 0.261799387f
|
|
#define PI36 0.087266462f
|
|
#define COSPI3 0.500000000f
|