mirror of
https://github.com/Motion-Project/motion.git
synced 2025-12-23 23:18:21 -05:00
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
17 lines
333 B
C
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
|
|
|