summaryrefslogtreecommitdiffstats
path: root/video/mlt/DEPENDS
blob: 752b21bd3920a7747140fb85e1de258122755191 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
. $GRIMOIRE/CMAKE_DEPENDS 
if [[ $VERSION == git ]] ;then
depends git
fi  &&
depends -sub CXX gcc &&
depends libebur128   &&
optional_depends LIBAVCODEC  -DMOD_AVFORMAT={on,off} 'Enable avformat module' &&
optional_depends OPENGL -DMOD_MOVIT={on,off} 'Enable OpenGL module' &&
#optional_depend libexif 'enable auto rotate' &&
optional_depends libsamplerate -DMOD_RESAMPLE={on,off} 'Enable resample module'  &&
optional_depends libvorbis -DMOD_VORBIS={on,off}  'Enable ogg/vorbis module'  &&
optional_depends libxml2 -DMOD_XML={on,off} 'Enable xml Module'  &&
optional_depends normalize -DMOD_NORMALIZE={on,off} 'Enable normalize module'  &&
optional_depends qtbase  -DMOD_QT={on,off} 'QT5 support' &&

optional_depends sdl  -DMOD_SDL1={on,off}  'Enable SDL module'  &&
optional_depends sdl2 -DMOD_SDL2={on,off}  'Enable SDL2 module'  &&
optional_depends sox  -DMOD_SOX={on,off}   'Enable SoX module'  &&
optional_depends xine-lib -DMOD_XINE={on,off} 'Enable Xine Module'  &&
optional_depends frei0r-plugins -DMOD_FREI0R={on,off} 'Enable the frei0r module?'  &&
optional_depends pulseaudio -DMOD_RTAUDIO={on,off} 'RT Audio support' &&
optional_depends OPENCV -DMOD_OPENCV={on,off} 'OpenCV support' &&

optional_depends swig '' '' 'various language bindings' &&
if is_depends_enabled $SPELL swig;then
  optional_depends python3  -DSWIG_PYTHON={on,off} 'Python language bindings'
fi