[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:34:08 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue May 25 20:28:09 2010 +0300| [27956a1f89acbe66f1e6ffec62e56d67ec6db621] | committer: Rémi Denis-Courmont 

Do not require SDL by default

(cherry picked from commit 025e08ce9c5e67bd17ca1aa84b6a9a56e4e31682)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=27956a1f89acbe66f1e6ffec62e56d67ec6db621
---

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index f02a128..277c1bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3430,9 +3430,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