diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-03 12:53:44 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-03 12:53:44 +0000 |
commit | 73df7f99ea1a60912b7aae77092458a6c1807235 (patch) | |
tree | 31d4d861d9d00bdb3374930c5c06ce832bf5e832 /ext/flac | |
parent | 7a85d6c13aa4e6313e822ad8dc0fe4623d703936 (diff) |
ext/: OS X fixes (see #126628).
Original commit message from CVS:
2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/flac/gstflacdec.c:
* ext/libpng/gstpngenc.h:
* ext/mikmod/gstmikmod.h:
OS X fixes (see #126628).
Diffstat (limited to 'ext/flac')
-rw-r--r-- | ext/flac/gstflacdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 5b893d66..ae2ae667 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -21,7 +21,6 @@ #include "config.h" #endif #include <string.h> -#include <sys/soundcard.h> /*#define DEBUG_ENABLED */ #include "gstflacdec.h" |