]> git.sesse.net Git - vlc/commitdiff
* ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
authorSam Hocevar <sam@videolan.org>
Fri, 17 Jan 2003 23:59:18 +0000 (23:59 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 17 Jan 2003 23:59:18 +0000 (23:59 +0000)
    the source comments.

modules/audio_output/alsa.c

index 5a6c8ed82de499a954736fd0f3011b2f55045793..a8d2c28e35234948d141b1125a85d4a9770931dc 100644 (file)
@@ -2,7 +2,7 @@
  * alsa.c : alsa plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: alsa.c,v 1.19 2003/01/13 14:51:25 massiot Exp $
+ * $Id: alsa.c,v 1.20 2003/01/17 23:59:18 sam Exp $
  *
  * Authors: Henri Fallon <henri@videolan.org> - Original Author
  *          Jeffrey Baker <jwbaker@acm.org> - Port to ALSA 1.0 API
@@ -13,7 +13,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -38,7 +38,7 @@
 #include "aout_internal.h"
 
 /* ALSA part
-   Note: we use the new API which is available since 0.9.0rc4. */
+   Note: we use the new API which is available since 0.9.0beta10a. */
 #define ALSA_PCM_NEW_HW_PARAMS_API
 #define ALSA_PCM_NEW_SW_PARAMS_API
 #include <alsa/asoundlib.h>