Blame ports/Xcode/mpg123.h

Packit c32a2d
/*
Packit c32a2d
	mpg123.h: MPEG Audio Decoder library wrapper header for Xcode
Packit c32a2d
Packit c32a2d
	copyright 2012 by the mpg123 project - free software under the terms of the LGPL 2.1
Packit c32a2d
	initially written by Patrick Dehne.
Packit c32a2d
*/
Packit c32a2d
Packit c32a2d
#ifndef MPG123_XCODE_H
Packit c32a2d
#define MPG123_XCODE_H
Packit c32a2d
Packit c32a2d
#include <stdlib.h>
Packit c32a2d
#include <sys/types.h>
Packit c32a2d
Packit c32a2d
#define MPG123_NO_CONFIGURE
Packit c32a2d
#include "../../src/libmpg123/mpg123.h.in" /* Yes, .h.in; we include the configure template! */
Packit c32a2d
Packit c32a2d
#endif