mpg123-1.32.6
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
arguments: decoder preframes testfile.mpeg
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <mpg123.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include "../compat/compat.h"
|
||||
#include <mpg123.h>
|
||||
#include "../common/debug.h"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#define SYN123_PORTABLE_API
|
||||
#include <syn123.h>
|
||||
#include <out123.h>
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
arguments: decoder testfile.mpeg
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <mpg123.h>
|
||||
#include "../compat/compat.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include "syn123.h"
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user