From 4457f8c9c8aea0dffa6fbbfd6caaa655da1c0094 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 7 Oct 2017 19:09:53 +0900 Subject: Revert "ecore_audio: a minimal template for playing sound on WINDOWS is added" This reverts commit 7a98f617e94ef42787e06e685a8d5e7be34fff21. this commit breaks compiling things against efl badly. i'm on holiday and haver only a mini screen and keyboard wwith me so any serious wok in hunting these issues isn't going to be fun or easy. as this causes bad build brreaks this is worth a revert IMHO. please re-submit wwhen you've tested against efl by building things against it. also our public headers just should not have such ifdefs/if's that change api presented based on how efl is cnfigured. we expose the same api and macros and types regardless of internal config. --- src/Makefile_Ecore_Audio.am | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/Makefile_Ecore_Audio.am') diff --git a/src/Makefile_Ecore_Audio.am b/src/Makefile_Ecore_Audio.am index c8a1caecc2..bd68dd6c4b 100644 --- a/src/Makefile_Ecore_Audio.am +++ b/src/Makefile_Ecore_Audio.am @@ -9,8 +9,7 @@ ecore_audio_eolian_files = \ lib/ecore_audio/ecore_audio_in_sndfile.eo \ lib/ecore_audio/ecore_audio_out_sndfile.eo \ lib/ecore_audio/ecore_audio_out_pulse.eo \ - lib/ecore_audio/ecore_audio_in_tone.eo \ - lib/ecore_audio/ecore_audio_out_wasapi.eo + lib/ecore_audio/ecore_audio_in_tone.eo ecore_audio_eolian_c = $(ecore_audio_eolian_files:%.eo=%.eo.c) @@ -61,14 +60,6 @@ lib/ecore_audio/ecore_audio_pulse_ml.c \ lib/ecore_audio/ecore_audio_obj_out_pulse.c endif -if HAVE_WIN32 -dist_installed_ecoreaudiomainheaders_DATA+= \ -lib/ecore_audio/ecore_audio_obj_out_wasapi.h - -lib_ecore_audio_libecore_audio_la_SOURCES += \ -lib/ecore_audio/ecore_audio_obj_out_wasapi.c -endif - if HAVE_ECORE_AUDIO_SNDFILE lib_ecore_audio_libecore_audio_la_SOURCES += \ lib/ecore_audio/ecore_audio_obj_in_sndfile.c \ -- cgit v1.2.1