diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-08-22 10:51:05 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2001-08-22 10:51:05 +0000 |
commit | 30aa3b0d59e128bdf0e1311abf1945cd5df4b411 (patch) | |
tree | f7ad04aa17a472c098b660c9e4690c7c1c8f5a8b /src/audio_out/audio_oss_out.c | |
parent | d023bb7e503e744c763f8b1a577b4f8b3233b999 (diff) | |
download | xine-lib-30aa3b0d59e128bdf0e1311abf1945cd5df4b411.tar.gz xine-lib-30aa3b0d59e128bdf0e1311abf1945cd5df4b411.tar.bz2 |
Both OSS and ALSA09 are now supported by the new audio_out architecture.
Some minor cleanup.
Please see xine-lib/src/xine-engine/audio_out.c
for a list of what works and what does not.
CVS patchset: 461
CVS date: 2001/08/22 10:51:05
Diffstat (limited to 'src/audio_out/audio_oss_out.c')
-rw-r--r-- | src/audio_out/audio_oss_out.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c index 0d13bef40..82227e5b2 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.30 2001/08/21 19:39:50 jcdutton Exp $ + * $Id: audio_oss_out.c,v 1.31 2001/08/22 10:51:05 jcdutton Exp $ * * 20-8-2001 First implementation of Audio sync and Audio driver separation. * Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -67,8 +67,6 @@ #include "xine_internal.h" #include "monitor.h" #include "audio_out.h" -#include "resample.h" -#include "metronom.h" #include "utils.h" #ifndef AFMT_S16_NE |