[vlc-commits] contrib: SDL is not useful alone, only as a dependency
Rémi Denis-Courmont
git at videolan.org
Mon Aug 8 17:33:25 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi.denis-courmont at nokia.com> | Thu Aug 4 10:54:43 2011 +0300| [402e7971a102b4d40a3b3f64f5a462f1e6530535] | committer: Rémi Denis-Courmont
contrib: SDL is not useful alone, only as a dependency
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=402e7971a102b4d40a3b3f64f5a462f1e6530535
---
contrib/src/sdl/rules.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/sdl/rules.mak b/contrib/src/sdl/rules.mak
index 91d88ef..c8e1f7f 100644
--- a/contrib/src/sdl/rules.mak
+++ b/contrib/src/sdl/rules.mak
@@ -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
More information about the vlc-commits
mailing list