updated mpg123 to 1.17.0

This commit is contained in:
fysx
2014-01-28 00:30:52 +01:00
parent 35f95a0c58
commit 4b6c1b51c9
533 changed files with 40135 additions and 11448 deletions
+17
View File
@@ -0,0 +1,17 @@
/*
mpg123.h: MPEG Audio Decoder library wrapper header for Xcode
copyright 2012 by the mpg123 project - free software under the terms of the LGPL 2.1
initially written by Patrick Dehne.
*/
#ifndef MPG123_XCODE_H
#define MPG123_XCODE_H
#include <stdlib.h>
#include <sys/types.h>
#define MPG123_NO_CONFIGURE
#include "../../src/libmpg123/mpg123.h.in" /* Yes, .h.in; we include the configure template! */
#endif