From 48e08e97f777fc33ccbc6e0d2ef0a2a737470a37 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 2 Apr 2019 08:52:17 -0400 Subject: [PATCH] configure.ac : remove definition of HAVE_ECORE_AUDIO_WASAPI as it is never used Summary: HAVE_WIN32 is used instead of HAVE_ECORE_AUDIO_WASAPI Test Plan: compilation Reviewers: raster, zmike, cedric Reviewed By: zmike Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8532 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index b303d93..a1c0576 100755 --- a/configure.ac +++ b/configure.ac @@ -4170,7 +4170,6 @@ EFL_ADD_FEATURE([ECORE_AUDIO], [tizenaudio]) EFL_LIB_END_OPTIONAL([Ecore_Audio]) AM_CONDITIONAL([HAVE_ECORE_AUDIO_PULSE], [test "x${want_pulseaudio}" = "xyes"]) AM_CONDITIONAL([HAVE_ECORE_AUDIO_SNDFILE], [test "x${want_sndfile}" = "xyes"]) -AM_CONDITIONAL([HAVE_ECORE_AUDIO_WASASPI], [test "x${want_wasapiaudio}" = "xyes"]) AM_CONDITIONAL([HAVE_ECORE_AUDIO_CORE_AUDIO], [test "x${want_coreaudio}" = "xyes"]) AM_CONDITIONAL([HAVE_ECORE_AUDIO_TIZEN], [test "x${want_tizenaudio}" = "xyes"]) -- 2.7.4