[vlc-devel] commit: Print some warnings when liveMedia is not found ( Christophe Mutricy )
git version control
git at videolan.org
Mon Oct 6 15:46:44 CEST 2008
vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Sun Oct 5 00:18:37 2008 +0100| [0835fdb945df2655802c26663d5d4b9d5bf28955] | committer: Derk-Jan Hartman
Print some warnings when liveMedia is not found
(cherry picked from commit 6bd0c375658957ba60c2f1059707e3801ac53250)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0835fdb945df2655802c26663d5d4b9d5bf28955
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 53c4a91..2d87670 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1858,6 +1858,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