[vlc-devel] commit: Print some warnings when liveMedia is not found ( Christophe Mutricy )

git version control git at videolan.org
Mon Oct 6 00:21:31 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Oct  5 00:18:37 2008 +0100| [6bd0c375658957ba60c2f1059707e3801ac53250] | committer: Christophe Mutricy 

Print some warnings when liveMedia is not found

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

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

diff --git a/configure.ac b/configure.ac
index e7988e6..c9041b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1801,6 +1801,8 @@ lternatively you can use --disable-live555 to disable the liveMedia plugin.])
           VLC_ADD_PLUGIN([live555])
           VLC_ADD_LIBS([live555], [-lliveMedia ${other_libs}])
         ],[],[${other_libs}]) ],[${other_libs_pic}])
+    ],[
+       AC_MSG_WARN([The development files for liveMedia (live555) can't be found])
     ])
     CPPFLAGS="${CPPFLAGS_save}"
     AC_LANG_POP(C++)




More information about the vlc-devel mailing list