assume stdint.h and stddef.h are available
Since we use a C99 compiler now, we can assert that the C99 standard headers are available, no need for complicated compile time checks. Kill mpd_types.h.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#ifndef AUDIO_FORMAT_H
|
||||
#define AUDIO_FORMAT_H
|
||||
|
||||
#include "mpd_types.h"
|
||||
#include <stdint.h>
|
||||
|
||||
struct audio_format {
|
||||
uint32_t sampleRate;
|
||||
|
Reference in New Issue
Block a user