Commit 16cba528 authored by Olivier Aubert's avatar Olivier Aubert

* configure.ac: new --enable-snapshot option (snapshot was previously built

  with --enable-corba, but it can now be used through the python binding)
parent 1e26b23a
...@@ -3561,6 +3561,16 @@ then ...@@ -3561,6 +3561,16 @@ then
[AC_MSG_WARN(SVG library not found)]) [AC_MSG_WARN(SVG library not found)])
fi fi
dnl
dnl Snapshot vout module (with cache)
dnl
AC_ARG_ENABLE(snapshot,
[ --enable-snapshot snapshot module (default disabled)])
if test "${enable_httpd}" = "yes"
then
VLC_ADD_PLUGINS([snapshot])
fi
dnl dnl
dnl Qt Embedded module dnl Qt Embedded module
dnl (disabled by default) dnl (disabled by default)
......
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