mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
0d456ff514
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
11 lines
513 B
Diff
11 lines
513 B
Diff
diff -Nur snack2.2.10/generic/jkFormatMP3.c snack2.2.10.new/generic/jkFormatMP3.c
|
|
--- snack2.2.10/generic/jkFormatMP3.c 2005-12-14 11:29:38.000000000 +0000
|
|
+++ snack2.2.10.new/generic/jkFormatMP3.c 2011-01-01 01:24:04.723341697 +0000
|
|
@@ -29,6 +29,7 @@
|
|
#include "snack.h"
|
|
#include "jkFormatMP3.h"
|
|
#include <string.h>
|
|
+#include <math.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))
|