Commit 402e7971 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by 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.
parent 963a2fed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
SDL_VERSION := 1.2.14 SDL_VERSION := 1.2.14
SDL_URL := http://www.libsdl.org/release/SDL-$(SDL_VERSION).tar.gz SDL_URL := http://www.libsdl.org/release/SDL-$(SDL_VERSION).tar.gz
PKGS += sdl #PKGS += sdl
ifeq ($(call need_pkg,"sdl"),) ifeq ($(call need_pkg,"sdl"),)
PKGS_FOUND += sdl PKGS_FOUND += sdl
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment