1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
vlc/modules/audio_output
Nathan Phillip Brink 48ae5b2a99 Fix #include <SDL/SDL.h> to be #include <SDL.h>
...as the FAQ on http://libsdl.org/ declares this is the most portable
method.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-03-07 21:01:08 +02:00
..
.gitignore Check-in modules/Makefile.am 2008-03-23 21:53:10 +02:00
alsa.c Print a list of available alsa output devices in debug output if the user specified a non existing device. Simple example to get the listing: /vlc --aout alsa,none --alsa-audio-device bla -vvv file.mp3 --verbose-objects -all,+alsa 2010-01-14 21:35:18 +01:00
auhal.c auhal: kill config_Get 2009-12-30 20:39:38 +02:00
directx.c Remove useless vlc_object_detach() before vlc_object_release() 2010-01-28 22:34:23 +02:00
file.c Fix wrong size given to memset (found by coccinelle static analyzer). 2010-02-08 22:25:38 +01:00
hd1000a.cpp Remove useless <errno.h> inclusions 2010-01-11 19:08:42 +02:00
jack.c JACK output: use var_Inherit 2009-12-30 20:39:38 +02:00
Modules.am Remove all default modules from configure.ac 2010-01-16 15:25:01 +02:00
oss.c utf8_* -> vlc_* (sed roxxors) 2010-02-07 15:25:29 +02:00
portaudio.c portaudio: add private b_error 2010-01-28 22:57:06 +02:00
pulse.c Pulse: uses Xlib, needs XInitThreads() 2010-03-03 21:27:29 +02:00
sdl.c Fix #include <SDL/SDL.h> to be #include <SDL.h> 2010-03-07 21:01:08 +02:00
waveout.c WaveOut: kill config_Get 2009-12-30 20:39:39 +02:00
windows_audio_common.h DirectX/Waveout: new windows_audio_common.h file 2009-12-27 02:41:54 +01:00