From a41c85576caeeb1296e2a22d57003aa6b30c1f52 Mon Sep 17 00:00:00 2001 From: stan Date: Sun, 28 Feb 2010 17:10:58 +0000 Subject: [PATCH] Updated for new library checks in configure.ac git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3034 e3e1d417-86f3-4887-817a-d78f3d33393f --- config.h.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index 70b0b0f01..860256898 100644 --- a/config.h.in +++ b/config.h.in @@ -68,6 +68,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBAVCODEC_AVCODEC_H +/* Define to 1 if you have the `avdevice' library (-lavdevice). */ +#undef HAVE_LIBAVDEVICE + /* Define to 1 if you have the `avformat' library (-lavformat). */ #undef HAVE_LIBAVFORMAT @@ -110,6 +113,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIBSWSCALE_SWSCALE_H +/* Define to 1 if you have the `x264' library (-lx264). */ +#undef HAVE_LIBX264 + /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ @@ -328,7 +334,7 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @@ -376,7 +382,7 @@ /* Define to `int' if does not define. */ #undef mode_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t /* Define to `int' if doesn't define. */