0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/audio/out
wm4 d2d9ba326a ao_oss: fix compilation on BSD
This was overlooked with commit 32a898f, because OSS4 volume control is
typically not available on Linux. BSD does have this feature, so the
broken code broke compilation there.
2013-06-11 12:24:11 +02:00
..
ao_alsa.c ao_alsa: always unset ALSA error handler, cleanup on init error 2013-05-26 16:44:18 +02:00
ao_coreaudio.c Replace calls to usec_sleep() 2013-05-26 16:44:20 +02:00
ao_dsound.c ao_dsound: remove global variables 2013-06-04 01:22:50 +02:00
ao_jack.c ao_jack: remove global variables 2013-06-07 16:42:29 +02:00
ao_lavc.c Merge branch 'audio_changes' 2013-05-12 21:47:55 +02:00
ao_null.c Replace all calls to GetTimer()/GetTimerMS() 2013-05-26 16:44:20 +02:00
ao_openal.c ao_openal: switch to new AO API 2013-06-04 01:42:57 +02:00
ao_oss.c ao_oss: fix compilation on BSD 2013-06-11 12:24:11 +02:00
ao_pcm.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_portaudio.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_pulse.c audio/out: channel map selection 2013-05-12 21:24:57 +02:00
ao_rsound.c Replace calls to usec_sleep() 2013-05-26 16:44:20 +02:00
ao_sdl.c Replace all calls to GetTimer()/GetTimerMS() 2013-05-26 16:44:20 +02:00
ao.c audio: add channel map selection function 2013-05-12 21:24:57 +02:00
ao.h audio: add channel map selection function 2013-05-12 21:24:57 +02:00
audio_out_internal.h audio/out: switch to channel map 2013-05-12 21:24:54 +02:00