mpv/audio/out
Kacper Michajłow ed107c4116 meson: adjust win32 defines
- Don't define _GNU_SOURCE on Windows, no need
- Define WIN32_LEAN_AND_MEAN to strip some unneded headers from
  windows.h
- Define NOMINMAX and _USE_MATH_DEFINES as they are common for Windows
  headers
2023-11-25 12:38:20 +01:00
..
ao.c
ao.h
ao_alsa.c
ao_audiotrack.c ao_audiotrack: switch to ao_read_data_nonblocking() 2023-11-08 20:26:23 +01:00
ao_audiounit.m
ao_coreaudio.c ao_coreaudio: switch to ao_read_data_nonblocking() 2023-11-08 20:26:23 +01:00
ao_coreaudio_chmap.c ao_coreaudio_chmap: suppress vla warning 2023-11-24 10:05:09 +01:00
ao_coreaudio_chmap.h osdep: remove atomic.h 2023-10-20 21:31:09 +02:00
ao_coreaudio_exclusive.c various: sort some standard headers 2023-10-20 21:31:09 +02:00
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c various: replace some OOM handling 2023-11-24 10:04:55 +01:00
ao_coreaudio_utils.h osdep: remove atomic.h 2023-10-20 21:31:09 +02:00
ao_jack.c various: sort some standard headers 2023-10-20 21:31:09 +02:00
ao_lavc.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
ao_null.c
ao_openal.c
ao_opensles.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
ao_oss.c
ao_pcm.c
ao_pipewire.c ao_pipewire: switch to ao_read_data_nonblocking() 2023-11-08 20:26:23 +01:00
ao_pulse.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
ao_sdl.c
ao_sndio.c
ao_wasapi.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
ao_wasapi.h various: sort some standard headers 2023-10-20 21:31:09 +02:00
ao_wasapi_changenotify.c
ao_wasapi_utils.c meson: adjust win32 defines 2023-11-25 12:38:20 +01:00
buffer.c audio: fix UB when casting INFINITY to integer 2023-11-15 14:57:18 +00:00
internal.h audio: introduce ao_read_data_nonblocking() 2023-11-08 20:26:23 +01:00