diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-02 22:45:00 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-02 22:45:00 +0000 |
commit | 1189d89f6551055dc7b7a7ca56656d0788984599 (patch) | |
tree | 9a8b774fc1b5d1ca29001c6055c6fee829ea83b2 /src/audio_out/audio_esd_out.c | |
parent | 6c472b5c3e4c6552cf26a759486cadabda8513c4 (diff) | |
download | xine-lib-0.5.2.tar.gz xine-lib-0.5.2.tar.bz2 |
resample.* is no longer needed in audio_outxine-0_5_2-release0.5.2
CVS patchset: 555
CVS date: 2001/09/02 22:45:00
Diffstat (limited to 'src/audio_out/audio_esd_out.c')
-rw-r--r-- | src/audio_out/audio_esd_out.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audio_out/audio_esd_out.c b/src/audio_out/audio_esd_out.c index 8434e91c8..20cc131b9 100644 --- a/src/audio_out/audio_esd_out.c +++ b/src/audio_out/audio_esd_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_esd_out.c,v 1.7 2001/08/24 01:05:30 guenter Exp $ + * $Id: audio_esd_out.c,v 1.8 2001/09/02 22:45:00 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -36,7 +36,6 @@ #include "xine_internal.h" #include "monitor.h" #include "audio_out.h" -#include "resample.h" #include "metronom.h" #include "utils.h" |