[vlc-commits] winstore: define the missing IID_IAudioClient
Steve Lhomme
git at videolan.org
Mon May 16 12:02:32 CEST 2016
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Wed Jun 24 17:37:50 2015 +0200| [95f2c21efba111f24e180a473f435adf1e73d939] | committer: Jean-Baptiste Kempf
winstore: define the missing IID_IAudioClient
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95f2c21efba111f24e180a473f435adf1e73d939
---
modules/audio_output/winstore.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/audio_output/winstore.c b/modules/audio_output/winstore.c
index 4734f39..b5a9233 100644
--- a/modules/audio_output/winstore.c
+++ b/modules/audio_output/winstore.c
@@ -35,6 +35,7 @@
#include <vlc_modules.h>
#include "audio_output/mmdevice.h"
+DEFINE_GUID (IID_IAudioClient, 0x1cb9ad4c, 0xdbfa, 0x4c32, 0xb1, 0x78, 0xc2, 0xf5, 0x68, 0xa7, 0x03, 0xb2);
DEFINE_GUID (GUID_VLC_AUD_OUT, 0x4533f59d, 0x59ee, 0x00c6,
0xad, 0xb2, 0xc6, 0x8b, 0x50, 0x1a, 0x66, 0x55);
More information about the vlc-commits
mailing list