summaryrefslogtreecommitdiffstats
path: root/video/motion/DEPENDS
blob: 7545fae35fad217273905581b89943521efd3a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
depends  autoconf  &&
depends  jpeg      &&
optional_depends  LIBAVCODEC                            \
                  "--with-ffmpeg"                       \
                  "--without-ffmpeg"                    \
                  "for realtime mpeg encoding support"  &&
optional_depends  MYSQL                \
                  "--with-mysql"       \
                  "--without-mysql"    \
                  "for mysql support"  &&
optional_depends  postgresql         \
                  "--with-pgsql"     \
                  "--without-pgsql"  \
                  "for PostgreSQL support"