Commit c40313bf authored by Sam Hocevar's avatar Sam Hocevar

* ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in

    the source comments.
parent a031dc0e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* alsa.c : alsa plugin for vlc * alsa.c : alsa plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2001 VideoLAN * 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 * Authors: Henri Fallon <henri@videolan.org> - Original Author
* Jeffrey Baker <jwbaker@acm.org> - Port to ALSA 1.0 API * Jeffrey Baker <jwbaker@acm.org> - Port to ALSA 1.0 API
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "aout_internal.h" #include "aout_internal.h"
/* ALSA part /* 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_HW_PARAMS_API
#define ALSA_PCM_NEW_SW_PARAMS_API #define ALSA_PCM_NEW_SW_PARAMS_API
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment