]> git.ipfire.org Git - ipfire.org.git/blobdiff - configure.ac
web: Replace the background image with a video of fire
[ipfire.org.git] / configure.ac
index d2f8a85734c036925b2f170ab687899ec8a5947f..c5f4c7f2d4af37f79c20c129983f8d716a40c90b 100644 (file)
@@ -40,6 +40,12 @@ if test -z "${CONVERT}"; then
        AC_MSG_ERROR([convert is required])
 fi
 
+# ffmpeg
+AC_CHECK_PROG(FFMPEG, [ffmpeg], [ffmpeg])
+if test -z "${FFMPEG}"; then
+       AC_MSG_ERROR([ffmpeg is required])
+fi
+
 # ------------------------------------------------------------------------------
 
 AC_ARG_WITH([systemd],