]> git.sesse.net Git - vlc/blobdiff - plugins/alsa/aout_alsa.c
* Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
[vlc] / plugins / alsa / aout_alsa.c
index e1d4fcee7dcbe6f3e7f9dfc862590a3d724b8f6d..9b7eecac0a84dd8413db63eac41b5dc4aed2c8e8 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * aout_alsa.c : Alsa functions library
  *****************************************************************************
- * Copyright (C) 2000 VideoLAN
- * $Id: aout_alsa.c,v 1.19 2001/11/12 20:16:33 sam Exp $
+ * Copyright (C) 2000-2001 VideoLAN
+ * $Id: aout_alsa.c,v 1.21 2001/12/03 16:18:37 sam Exp $
  *
  * Authors: Henri Fallon <henri@videolan.org> - Original Author
  *          Jeffrey Baker <jwbaker@acm.org> - Port to ALSA 1.0 API
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                            /* calloc(), malloc(), free() */
 
-#include <sys/asoundlib.h>
+#include <alsa/asoundlib.h>
 
 #include "config.h"
 #include "common.h"                                     /* boolean_t, byte_t */
+#include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
 #include "threads.h"
 #include "mtime.h"
 #include "tests.h"
 
 #include "audio_output.h"                                   /* aout_thread_t */
 
-#include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
 #include "main.h"
 
 #include "modules.h"