diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-03 12:56:25 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-03 12:56:25 +0000 |
commit | 7e2a1c7cccd3aa9e5ce97fb499fa970441be4da3 (patch) | |
tree | a7ed382f6c58c22941a59a034d425c6cdcc453f1 /src | |
parent | 92fe79269011f6e6cd197cdff854c6b5efbd999c (diff) | |
download | xine-lib-7e2a1c7cccd3aa9e5ce97fb499fa970441be4da3.tar.gz xine-lib-7e2a1c7cccd3aa9e5ce97fb499fa970441be4da3.tar.bz2 |
this include is obsolete, because
1. for current systems, including this is a noop
2. it was used a some time ago to check for CONFIG_DEVFS_FS, but we do
not check for this any more, but autodetect devfs at runtime
and it is reported by John Nielsen to break builds on some systems
CVS patchset: 6633
CVS date: 2004/06/03 12:56:25
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/audio_oss_out.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c index 5612d7f96..f1daf4c12 100644 --- a/src/audio_out/audio_oss_out.c +++ b/src/audio_out/audio_oss_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_oss_out.c,v 1.108 2004/05/07 13:37:00 mroi Exp $ + * $Id: audio_oss_out.c,v 1.109 2004/06/03 12:56:25 mroi Exp $ * * 20-8-2001 First implementation of Audio sync and Audio driver separation. * Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -57,9 +57,6 @@ # include <sys/soundcard.h> # endif #else -# if defined(__linux__) -# include <linux/config.h> /* Check for DEVFS */ -# endif # include <sys/soundcard.h> #endif #include <sys/ioctl.h> |