]> git.sesse.net Git - mlt/blob - src/modules/vorbis/configure
Merge ../mlt++
[mlt] / src / modules / vorbis / configure
1 #!/bin/sh
2
3 if [ "$help" != "1" ]
4 then
5
6         pkg-config vorbisfile 2> /dev/null
7         disable_vorbis=$?
8
9         if [ "$disable_vorbis" != "0" ]
10         then
11                 echo "- ogg vorbis not found: disabling"
12                 touch ../disable-vorbis
13         fi
14         exit 0
15 fi
16