ecore_audio headers conflict with app have ifdefs
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 22 Jul 2017 08:59:11 +0000 (17:59 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 22 Jul 2017 08:59:11 +0000 (17:59 +0900)
commit8f67f2f2d3e18219e7a88ce4ab008fc40122b59d
tree1366db8e870baa95426c2a283d7e476c802b46da
parenta311de5fe595690b51ad5486e3ae03ec7719d066
ecore_audio headers conflict with app have ifdefs

Ecore_Audio.h had #ifdef HAVE_PULSE ... and that is just so wrong as
this is something an ap[p may or may not set in its config.h ... but
this certainly hase no place in our public headers. the api's there
should always be there... symbols always... just imtplementation may
be empty ... though ecore_audio doesnt build at all without pulse...
so it's moot.

so fix this build issue i found when fixing e build issues with meson
changes etc.

@fix
src/Makefile_Ecore_Audio.am
src/lib/ecore_audio/Ecore_Audio.h