[vlc-commits] wasapi: enlist the plugin
Rémi Denis-Courmont
git at videolan.org
Tue May 15 23:01:32 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed May 16 00:01:20 2012 +0300| [df7a798d19353b762dadafe28a010acc5a3afb5d] | committer: Rémi Denis-Courmont
wasapi: enlist the plugin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df7a798d19353b762dadafe28a010acc5a3afb5d
---
NEWS | 1 +
modules/LIST | 1 +
po/POTFILES.in | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 416a034..3917d68 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 807d3f0..85f93a4 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 2dd46d5..f8f7050 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
More information about the vlc-commits
mailing list