Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 3ab06ffdfdff3c95229bc205c126753b > files > 4

snack-2.2.10-26.mga9.src.rpm

--- snack2.2.10/generic/jkFormatMP3.c~  2005-12-14 11:29:38.000000000 +0000
+++ snack2.2.10/generic/jkFormatMP3.c   2009-10-27 17:31:02.000000000 +0000
@@ -31,7 +31,7 @@
 #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))
+//#define roundf(x) (floor((x)+(float )0.5f))
 static char *gblOutputbuf;
 static char *gblReadbuf;
 static int gblBufind = 0;