]> git.sesse.net Git - vlc/commitdiff
Print some warnings when liveMedia is not found
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 4 Oct 2008 23:18:37 +0000 (00:18 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 5 Oct 2008 22:20:58 +0000 (23:20 +0100)
configure.ac

index e7988e621aa1bfed7f259a98dc7a5215d1d147ca..c9041b620afd2906cf364d884f634e35a40fd0a0 100644 (file)
@@ -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++)