depends  %X

optional_depends  "alsa-utils"  \
                  ""            \
                  "--without-alsa"  \
                  "for ALSA sound support"

optional_depends  "speex"  \
                  ""       \
                  "--without-speex"  \
                  "for Speex audio decoder"

optional_depends  "aalib"  \
                  ""       \
                  "--disable-aalib"  \
                  "for ascii art library support"

optional_depends  "libmng"  \
                  ""       \
                  "--disable-mng"  \
                  "for mng library support"

optional_depends  "libXvMC"  \
                  ""         \
                  ""         \
                  "for hw accelerated playback on supported cards"

optional_depends  "libcaca"  \
                  ""         \
                  "--without-caca"  \
                  "for text support"

optional_depends  "ImageMagick"  \
                  ""             \
                  "--without-imagemagick"  \
                  "for ImageMagick image decoder"


optional_depends  "libtheora"  \
                  ""           \
                  "--without-theora"  \
                  "for Theora video decoder"

optional_depends  "SDL"  \
                  ""     \
                  "--without-sdl"  \
                  "for SDL video output"

optional_depends  "ffmpeg"  \
                  "--with-external-ffmpeg"       \
                  ""  \
                  "for external ffmpeg library support"

