depends  -sub "CXX" gcc  &&
depends  $HANDBRAKE_FETCH  "--fetch=$HANDBRAKE_FETCH" &&
depends  fribidi  &&
depends  python &&
depends  hal    &&

optional_depends  'gstreamer'  \
                  '--enable-gst'  \
                  '--disable-gst'  \
                  'enable live preview (works only in GUI)'  &&

optional_depends  'gtk+2'  \
                  '--enable-gtk'  \
                  '--disable-gtk'  \
                  'for GTK+ GUI' &&

optional_depends  'yasm'  \
                  '--enable-local-yasm'  \
                  '--disable-local-yasm'  \
                  'build and use local yasm'  &&

optional_depends  'LIBAVCODEC'  \
                  '--enable-ff-mpeg2'  \
                  '--disable-ff-mpeg2'  \
                  'for ffmpeg MPEG2 decoding'  &&

suggest_depends  'libdvdcss'  '' '' 'for DVD CSS decryption'
