vlc/modules/audio_output
Steve Lhomme cedea4d018 configure: don't the check presence of stricmp
_stricmp a Windows thing that is present in all the CRT, even in UCRT.
The stricmp() deprecated variant doesn't seem to exist elsewhere.

In some configuration it's not possible to link with stricmp() even though
_stricmp() is available.
2023-02-28 10:10:27 +00:00
..
android audiotrack: set play non-blocking 2022-12-01 17:54:58 +00:00
Makefile.am android/audio: add AAudio 2022-10-14 18:25:55 +00:00
adummy.c adummy: add missing VLC_CODEC_DTSHD 2022-04-28 17:47:39 +00:00
alsa.c alsa: switch to non blocking play/drain 2022-12-06 06:42:58 +00:00
amem.c amem: fix restrict usage in start callback 2023-01-30 10:06:19 +00:00
audiounit_ios.m audiounit_ios: fix compatibility with iOS < 11 2023-02-10 16:59:01 +00:00
auhal.c audiounit: poll latency when updating timings 2022-12-02 18:15:23 +00:00
coreaudio_common.c audiounit: fix swap_rear_surround check 2023-01-06 07:43:48 +00:00
coreaudio_common.h coreaudio: don't call AudioUnit API from the render callback 2022-12-07 09:01:16 +00:00
file.c aout: file: don't implement time_get 2022-06-29 08:43:09 +00:00
jack.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
kai.c kai: make it non-blocking 2022-12-04 09:09:36 +00:00
meson.build meson: add initial meson build system 2023-01-04 14:48:39 +00:00
mmdevice.c audio_output: fix mmdevice.h include path 2022-11-17 08:36:24 +00:00
mmdevice.h mmdevice: remove now unused time_get 2022-10-01 09:32:34 +00:00
oss.c Simplify OSS check by removing OpenBSD specific header check 2022-11-30 11:02:24 +00:00
pulse.c pulse: fix drain if timing update fails (unlikely) 2023-01-06 06:15:44 +00:00
sndio.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
vlcpulse.c pulse: fix return type 2022-01-29 16:57:27 +00:00
vlcpulse.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +02:00
volume.h config: remove remaining "advanced" flags 2021-06-06 08:42:50 +00:00
wasapi.c audio_output: fix mmdevice.h include path 2022-11-17 08:36:24 +00:00
waveout.c configure: don't the check presence of stricmp 2023-02-28 10:10:27 +00:00
windows_audio_common.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
winstore.c audio_output: winstore: add a priority so the module can be used by default 2022-11-17 08:36:24 +00:00