summaryrefslogtreecommitdiffstats
path: root/graphics-libs/opencv/DEPENDS
blob: 169f0dd99e0a8e5c54c6a15e8ef06635ff6b69c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
depends  g++        &&
depends  pkgconfig  &&
depends  cmake      &&

if [[ $FFM = ffmpeg ]];then
  depends LIBAVCODEC
elif [[ $FFM = gstreamer ]]; then
  depends gstreamer
elif [[ $FFM = libquicktime ]];then
  depends libquicktime
fi &&

optional_depends libv4l '' '' 'V4L support' &&
optional_depends jpeg   '' '' 'JPEG support' &&
optional_depends jasper '' '' 'JPEG-2000 support' &&
optional_depends tiff   '' '' 'TIFF support' &&
optional_depends python       ''  '' ''   &&
optional_depends tbb          '-DWITH_TBB=1' '' 'parallel processing support' &&
optional_depends xine-lib     '-DWITH_XINE=1'  '' 'Xine support'   &&
optional_depends libucil      '-DWITH_UNICAP=1' '' '' &&
optional_depends libraw1394   ''  '' ''   &&
optional_depends gtk+2        ''  '' ''