Revert "ecore_audio: a minimal template for playing sound on WINDOWS is added"
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 7 Oct 2017 10:09:53 +0000 (19:09 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 7 Oct 2017 10:09:53 +0000 (19:09 +0900)
commit4457f8c9c8aea0dffa6fbbfd6caaa655da1c0094
treebc1eea0f3a9b698067eb59d113ae3d9fe00e0df8
parent0d7b967f45a9f1f4bd392fff4b69a9fca70616e5
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.
13 files changed:
configure.ac
src/Makefile_Ecore_Audio.am
src/lib/ecore_audio/Ecore_Audio.h
src/lib/ecore_audio/ecore_audio_obj.h
src/lib/ecore_audio/ecore_audio_obj_in.h
src/lib/ecore_audio/ecore_audio_obj_in_sndfile.h
src/lib/ecore_audio/ecore_audio_obj_in_tone.h
src/lib/ecore_audio/ecore_audio_obj_out.h
src/lib/ecore_audio/ecore_audio_obj_out_pulse.h
src/lib/ecore_audio/ecore_audio_obj_out_sndfile.h
src/lib/ecore_audio/ecore_audio_obj_out_wasapi.c [deleted file]
src/lib/ecore_audio/ecore_audio_obj_out_wasapi.h [deleted file]
src/lib/ecore_audio/ecore_audio_out_wasapi.eo [deleted file]