mpv/audio/out
wm4 da662ef182 Fix undefined preprocessor behavior
This commit eliminates the following clang warning:

  warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]

Going by the clang commit message, this seems to be explicitly specified
as UB by the standard, and they added this warning because MSVC
apparently results in different behavior. Whatever, we can just avoid
the warning with some small changes.
2018-01-18 00:25:00 -08:00
..
ao.c ao: minor simplification to gain processing code 2017-11-30 01:31:37 +01:00
ao.h audio: add audio softvol processing to AO 2017-11-29 21:30:51 +01:00
ao_alsa.c Fix undefined preprocessor behavior 2018-01-18 00:25:00 -08:00
ao_audiounit.m
ao_coreaudio.c
ao_coreaudio_chmap.c
ao_coreaudio_chmap.h
ao_coreaudio_exclusive.c
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c
ao_coreaudio_utils.h
ao_jack.c Add checks for HAVE_GPL to various GPL-only source files 2017-10-10 15:51:16 +02:00
ao_lavc.c
ao_null.c
ao_openal.c
ao_opensles.c
ao_oss.c Fix undefined preprocessor behavior 2018-01-18 00:25:00 -08:00
ao_pcm.c ao_pcm: drop AF_FORMAT_S24 usage 2017-07-07 17:56:18 +02:00
ao_pulse.c
ao_rsound.c ao_rsound: allow setting the host 2017-08-21 15:46:00 +02:00
ao_sdl.c
ao_sndio.c
ao_wasapi.c ao_wasapi: return bool instead of HRESULT from thread_init 2017-08-07 14:33:03 -07:00
ao_wasapi.h ao_wasapi: reorganize wasapi.h 2017-08-07 14:33:03 -07:00
ao_wasapi_changenotify.c
ao_wasapi_utils.c ao_wasapi: remove old comment 2017-08-07 16:33:29 -07:00
internal.h ao: simplify hack for float atomics 2017-11-30 01:20:03 +01:00
pull.c audio: add audio softvol processing to AO 2017-11-29 21:30:51 +01:00
push.c Fix various typos in log messages 2017-12-03 21:24:18 +01:00