Browse Source

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

the source comments.
pull/2/head
Sam Hocevar 24 years ago
parent
commit
c40313bf6a
  1. 6
      modules/audio_output/alsa.c

6
modules/audio_output/alsa.c

@ -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>

Loading…
Cancel
Save