[vlc-devel] commit: libhal is not a strict requirement (Christophe Mutricy )

git version control git at videolan.org
Tue Jun 3 01:26:16 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Jun  3 00:27:56 2008 +0100| [a692da436862b7ed8177169ce0008aead618fdc9]

libhal is not a strict requirement

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

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

diff --git a/configure.ac b/configure.ac
index 26f3329..198fbb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -867,7 +867,7 @@ then
       VLC_ADD_PLUGIN([probe_hal])
       VLC_ADD_LIBS([libvlc hal probe_hal],[$HAL_LIBS])
       VLC_ADD_CFLAGS([libvlc hal probe_hal],[$HAL_CFLAGS])],
-    [AC_MSG_ERROR([libhal >= 0.5.0 was not found. Install libhal-dev ?])]
+    [AC_MSG_WARN([libhal >= 0.5.0 was not found. Install libhal-dev ?])]
   )
 fi
 




More information about the vlc-devel mailing list