]> git.sesse.net Git - vlc/commitdiff
contrib: SDL is not useful alone, only as a dependency
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Thu, 4 Aug 2011 07:54:43 +0000 (10:54 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 8 Aug 2011 15:33:05 +0000 (18:33 +0300)
The SDL audio output is gone. The SDL video output is not very useful
and it won't quite work with most SDL video plugins disabled.

SDL is mainly a dependency for SDL_image.

contrib/src/sdl/rules.mak

index 91d88ef15199ceb49eaaac4bcd90e3ae2371100f..c8e1f7f9eca78686a944048deeda0b4025755ab9 100644 (file)
@@ -3,7 +3,7 @@
 SDL_VERSION := 1.2.14
 SDL_URL := http://www.libsdl.org/release/SDL-$(SDL_VERSION).tar.gz
 
-PKGS += sdl
+#PKGS += sdl
 ifeq ($(call need_pkg,"sdl"),)
 PKGS_FOUND += sdl
 endif