[vlc-commits] Revert "winstore: define the missing IID_IAudioClient"
Jean-Baptiste Kempf
git at videolan.org
Mon May 16 14:39:51 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 16 14:39:37 2016 +0200| [c9338dd322f3c4d6c659e171d35e3d6a2512852f] | committer: Jean-Baptiste Kempf
Revert "winstore: define the missing IID_IAudioClient"
This reverts commit 95f2c21efba111f24e180a473f435adf1e73d939.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9338dd322f3c4d6c659e171d35e3d6a2512852f
---
modules/audio_output/winstore.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/audio_output/winstore.c b/modules/audio_output/winstore.c
index b5a9233..4734f39 100644
--- a/modules/audio_output/winstore.c
+++ b/modules/audio_output/winstore.c
@@ -35,7 +35,6 @@
#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