From c3cc38e4c40d23178330e035c8befc0443a2868b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 28 Dec 2012 08:07:14 +0100 Subject: vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver This mainly serves as a fallback for platforms where nothing better is available; also as a debugging help. Both the audio and video driver are not first class - the audio driver lacks delay detection, and the video driver only supports a single YUV color space. Configure options: --disable-sdl2 to disable SDL 2.0+ detection, --disable-sdl to disable SDL 1.2+ detection. Both options need to be specified to turn off SDL support entirely. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9999145c83..738d6bd20e 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,8 @@ SOURCES-$(ALSA) += audio/out/ao_alsa.c SOURCES-$(APPLE_IR) += core/input/appleir.c SOURCES-$(APPLE_REMOTE) += core/input/ar.c SOURCES-$(CACA) += video/out/vo_caca.c +SOURCES-$(SDL) += audio/out/ao_sdl.c +SOURCES-$(SDL2) += video/out/vo_sdl.c SOURCES-$(COREAUDIO) += audio/out/ao_coreaudio.c SOURCES-$(COREVIDEO) += video/out/vo_corevideo.m SOURCES-$(DIRECT3D) += video/out/vo_direct3d.c \ -- cgit v1.2.3