| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/audio/snack/files/ |
Upload File : |
--- 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