summaryrefslogtreecommitdiff
path: root/audio/snack/files/patch-generic-jkFormatMP3.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/snack/files/patch-generic-jkFormatMP3.c')
-rw-r--r--audio/snack/files/patch-generic-jkFormatMP3.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/snack/files/patch-generic-jkFormatMP3.c b/audio/snack/files/patch-generic-jkFormatMP3.c
deleted file mode 100644
index 7f509dac31c7..000000000000
--- a/audio/snack/files/patch-generic-jkFormatMP3.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- ../generic/jkFormatMP3.c.orig 2005-12-14 11:29:38 UTC
-+++ ../generic/jkFormatMP3.c
-@@ -31,7 +31,6 @@ must retain this copyright notice.
- #include <string.h>
- #define FRAS2(is,a) ((is) > 0 ? t_43[(is)]*(a):-t_43[-(is)]*(a))
- #define MAXFRAMESIZE 2106 /* frame size starting at header */
--#define roundf(x) (floor((x)+(float )0.5f))
- static char *gblOutputbuf;
- static char *gblReadbuf;
- static int gblBufind = 0;
-@@ -1311,6 +1310,7 @@ huffman_decode(int tbl,int *x,int *y)
-
- #include <math.h>
-
-+#define roundf(x) (floor((x)+(float )0.5f))
- #define PI12 0.261799387f
- #define PI36 0.087266462f
- #define COSPI3 0.500000000f