[vlc-commits] commit: Do not require SDL by default ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Tue May 25 19:28:31 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue May 25 20:28:09 2010 +0300| [025e08ce9c5e67bd17ca1aa84b6a9a56e4e31682] | committer: Rémi Denis-Courmont
Do not require SDL by default
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=025e08ce9c5e67bd17ca1aa84b6a9a56e4e31682
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index afc2107..0136744 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3395,9 +3395,9 @@ then
])
])
],[
- AC_MSG_ERROR([The development package for SDL is not present or too old.
- You need 1.2.10. Alternatively you can also configure with
- --disable-sdl.])
+ AC_MSG_WARN([The development package for SDL is not present or too old.
+ You need 1.2.10. Alternatively you can also configure with
+ --disable-sdl.])
])
fi
More information about the vlc-commits
mailing list