]> git.ipfire.org Git - ipfire.org.git/blobdiff - configure.ac
docs: Replace "IPFire Wiki" with "IPFire Documentation"
[ipfire.org.git] / configure.ac
index b71677ca11a817c42151fc30230d98033d843a8b..c5f4c7f2d4af37f79c20c129983f8d716a40c90b 100644 (file)
@@ -28,7 +28,7 @@ AC_PROG_SED
 # Python
 AM_PATH_PYTHON([3.4])
 
-# scss
+# sass
 AC_CHECK_PROG(SASSC, [sassc], [sassc])
 if test -z "${SASSC}"; then
        AC_MSG_ERROR([sassc is required])
@@ -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],