We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc76635 commit 0d0ca20Copy full SHA for 0d0ca20
configure.ac
@@ -114,6 +114,9 @@ CFLAGS="$CFLAGS -Wall -Werror -Wsign-compare -Wconversion -Wno-sign-conversion -
114
AC_MSG_NOTICE([---------------------------------------])
115
AC_MSG_NOTICE([Multithreading: $enable_multithreading])
116
AC_MSG_NOTICE([Symbol visibility: $enable_visibility])
117
+AC_MSG_NOTICE([libde265 decoder: $have_libde265])
118
+AC_MSG_NOTICE([JPEG output: $have_libjpeg])
119
+AC_MSG_NOTICE([PNG output: $have_libpng])
120
121
122
AC_CONFIG_FILES([Makefile])
0 commit comments