Files
motion/config.h.in
MrDave 1a41fe8ab7 v4l2 Revisions
This commit includes:
1.  Consolidate functions into appropriate modules
2.  Rename modules to reflect contents (v4l2, bktr, common)
3.  Combines v4l2 and bktr so they can be used together
4.  Implements functional prefixes
5.  Uses HAVE_V4L2, HAVE_BKTR instead of WITHOUT_
6.  Include pthread_np.h for FreeBSD
2017-02-12 16:20:27 -07:00

17 lines
333 B
C

/* Settings */
#define VERSION "@VERSION@"
#define sysconfdir "@sysconfdir@"
/* Optional components */
#cmakedefine HAVE_FFMPEG
#cmakedefine HAVE_MMAL
#cmakedefine HAVE_MYSQL
#cmakedefine HAVE_PGSQL
#cmakedefine HAVE_SQLITE3
#cmakedefine HAVE_BKTR
#cmakedefine HAVE_V4L2
/* Optional headers */
#cmakedefine HAVE_LINUX_VIDEODEV2_H