1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 28 Dec 2021 23:12:15 +0100
Subject: Add missing templates
---
configure.ac | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/configure.ac b/configure.ac
index 59426a5..36b2e70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -755,6 +755,25 @@ echo $CXXFLAGS
echo $CPPFLAGS
echo $LIBS
+AC_DEFINE([CVD_HAVE_ASSEMBLER], [], [Description])
+AC_DEFINE([CVD_HAVE_DC1394V2], [], [Description])
+AC_DEFINE([CVD_HAVE_FENV_H], [], [Description])
+AC_DEFINE([CVD_HAVE_FFMPEG], [], [Description])
+AC_DEFINE([CVD_HAVE_INLINE_ASM], [], [Description])
+AC_DEFINE([CVD_HAVE_JPEG], [], [Description])
+AC_DEFINE([CVD_HAVE_LIBUVC], [], [Description])
+AC_DEFINE([CVD_HAVE_MMX], [], [Description])
+AC_DEFINE([CVD_HAVE_MMXEXT], [], [Description])
+AC_DEFINE([CVD_HAVE_PNG], [], [Description])
+AC_DEFINE([CVD_HAVE_SSE], [], [Description])
+AC_DEFINE([CVD_HAVE_SSE2], [], [Description])
+AC_DEFINE([CVD_HAVE_SSE3], [], [Description])
+AC_DEFINE([CVD_HAVE_TIFF], [], [Description])
+AC_DEFINE([CVD_HAVE_TOON], [], [Description])
+AC_DEFINE([CVD_HAVE_V4L2BUFFER], [], [Description])
+AC_DEFINE([CVD_HAVE_VIDEODISPLAY], [], [Description])
+AC_DEFINE([CVD_MAJOR_VERSION], [], [Description])
+AC_DEFINE([CVD_MINOR_VERSION], [], [Description])
AC_CONFIG_HEADERS([cvd/config.h cvd_src/config_internal.h])
AC_CONFIG_FILES([Makefile])
|