From df7a798d19353b762dadafe28a010acc5a3afb5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
Date: Wed, 16 May 2012 00:01:20 +0300
Subject: [PATCH] wasapi: enlist the plugin

---
 NEWS           | 1 +
 modules/LIST   | 1 +
 po/POTFILES.in | 1 +
 3 files changed, 3 insertions(+)

diff --git a/NEWS b/NEWS
index 416a0345bcdd..3917d68cb506 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Changes between 2.0.x and 2.1.0-git:
  * /extras/contrib has been replaced by a better system in /contrib
 
 Audio output:
+ * Windows Audio Session API audio output support
  * OpenBSD sndio audio output support
 
 Encoders:
diff --git a/modules/LIST b/modules/LIST
index 807d3f01c5e5..85f93a49c0f2 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -369,6 +369,7 @@ $Id$
  * vout_sdl: video output module using the SDL library
  * vsxu: audio visualization using Vovoid VSXu
  * wall: image wall filter
+ * wasapi: Windows Audio Session API audio output
  * wav: Wav demuxer
  * wave: Wave video effect
  * waveout: simple audio output module for Windows
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2dd46d5cf670..f8f70505545a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -340,6 +340,7 @@ modules/audio_output/opensles_android.c
 modules/audio_output/oss.c
 modules/audio_output/pulse.c
 modules/audio_output/sndio.c
+modules/audio_output/wasapi.c
 modules/audio_output/waveout.c
 modules/audio_output/windows_audio_common.h
 modules/codec/a52.c
-- 
GitLab