git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839fc16
)
Print some warnings when liveMedia is not found
author
Christophe Mutricy
<xtophe@videolan.org>
Sat, 4 Oct 2008 23:18:37 +0000
(
00:18
+0100)
committer
Christophe Mutricy
<xtophe@videolan.org>
Sun, 5 Oct 2008 22:20:58 +0000
(23:20 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e7988e6
..
c9041b6
100644
(file)
--- 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++)