Sha256: 409f9a0de9efb05c969c988daeeb099ed995341747031673ab561ee83ab61c9b

Contents?: true

Size: 417 Bytes

Versions: 4

Compression:

Stored size: 417 Bytes

Contents

/*
	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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
seal-0.1.3 mpg123/ports/Xcode/mpg123.h
seal-0.1.2 mpg123/ports/Xcode/mpg123.h
seal-0.1.1 mpg123/ports/Xcode/mpg123.h
seal-0.1.0 mpg123/ports/Xcode/mpg123.h