don't include os_compat.h

When there are standardized headers, use these instead of the bloated
os_compat.h.
This commit is contained in:
Max Kellermann
2008-10-08 10:49:29 +02:00
parent ca68b1c80a
commit 71351160b1
62 changed files with 143 additions and 38 deletions
+1
View File
@@ -25,6 +25,7 @@
#include "../utils.h"
#include "../log.h"
#include <assert.h>
#include <faad.h>
/* all code here is either based on or copied from FAAD2's frontend code */
+1
View File
@@ -24,6 +24,7 @@
#include "../log.h"
#include <sys/stat.h>
#include <audiofile.h>
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
+2
View File
@@ -23,6 +23,8 @@
#include "../utils.h"
#include "../log.h"
#include <assert.h>
/* this code was based on flac123, from flac-tools */
static flac_read_status flacRead(mpd_unused const flac_decoder * flacDec,
+1
View File
@@ -25,6 +25,7 @@
#include "../mp4ff/mp4ff.h"
#include <limits.h>
#include <faad.h>
/* all code here is either based on or copied from FAAD2's frontend code */