Commit 0835fdb9 authored by Christophe Mutricy's avatar Christophe Mutricy Committed by Derk-Jan Hartman

Print some warnings when liveMedia is not found

(cherry picked from commit 6bd0c375)
parent 81682e41
......@@ -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++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment