mpg123-1.32.4

This commit is contained in:
Ozkan Sezer
2024-01-10 20:40:40 +03:00
parent 530d2f6056
commit a06847ca33
142 changed files with 1370 additions and 1487 deletions

View File

@@ -10,7 +10,7 @@
#define _XOPEN_SOURCE 500
#define _DEFAULT_SOURCE
#include "out123_int.h"
#include "../out123_int.h"
#include <math.h>
#include <SDL.h>
@@ -21,9 +21,9 @@
/* Including the sfifo code locally, to avoid module linkage issues. */
#define SFIFO_STATIC
#include "sfifo.c"
#include "../sfifo.c"
#include "debug.h"
#include "../../common/debug.h"
#define SAMPLE_SIZE (2)