This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch v-1.28
in repository efl.

View the commit online.

commit 9f801f030dab9306299e685a57d1b4f980ac6a86
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Wed Jan 22 10:28:51 2025 +0100

    build: fix ecore_audio on Windows
    
    It seems that mingw has changed the definitions of some GUID.
    Remove the headers that caused the error. They are anyway useless.
---
 src/lib/ecore_audio/ecore_audio_obj_out_wasapi.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/ecore_audio/ecore_audio_obj_out_wasapi.c b/src/lib/ecore_audio/ecore_audio_obj_out_wasapi.c
index c016be9226..662fa287b7 100644
--- a/src/lib/ecore_audio/ecore_audio_obj_out_wasapi.c
+++ b/src/lib/ecore_audio/ecore_audio_obj_out_wasapi.c
@@ -13,7 +13,6 @@
 
 #define INITGUID
 #include <initguid.h>
-#include <functiondiscoverykeys.h>
 #include <audioclient.h>
 #include <audiopolicy.h>
 #include <endpointvolume.h>
@@ -22,7 +21,6 @@
 #include <wtypes.h>
 #include <rpc.h>
 #include <rpcdce.h>
-#include <propkey.h>
 
 #define MY_CLASS ECORE_AUDIO_OUT_WASAPI_CLASS
 #define MY_CLASS_NAME "Ecore_Audio_Out_Wasapi"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to