mpg123-1.32.6

This commit is contained in:
Ozkan Sezer
2024-04-18 23:56:32 +03:00
parent 73caa15ce9
commit 304bf5b276
18 changed files with 130 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
/* Just printing out ID3 tags with plain data from libmpg123 and explicitly called conversion routine. */
#include "config.h"
#include "../compat/compat.h"
#include <mpg123.h>
#include "../common/debug.h"

View File

@@ -3,10 +3,12 @@
//#define _FILE_OFFSET_BITS 64
//#define _FILE_OFFSET_BITS 32
#define SYN123_PORTABLE_API
#include "config.h"
#include <syn123.h>
#include <inttypes.h>
#ifdef SYN123_PORTABLE_API
typedef int64_t synoff;
typedef int64_t synprint;

View File

@@ -8,6 +8,7 @@
arguments: decoder preframes testfile.mpeg
*/
#include "config.h"
#include <mpg123.h>
#include <stdio.h>
#include <fcntl.h>

View File

@@ -1,3 +1,4 @@
#include "config.h"
#include "../compat/compat.h"
#include <mpg123.h>
#include "../common/debug.h"

View File

@@ -1,3 +1,4 @@
#include "config.h"
#define SYN123_PORTABLE_API
#include <syn123.h>
#include <out123.h>

View File

@@ -8,6 +8,7 @@
arguments: decoder testfile.mpeg
*/
#include "config.h"
#include <mpg123.h>
#include "../compat/compat.h"

View File

@@ -1,3 +1,4 @@
#include "config.h"
#include "syn123.h"
#include <math.h>
#include <stdio.h>