]> git.sesse.net Git - mlt/blob - src/modules/opengl/configure
Let Movit effects supply their own fingerprint.
[mlt] / src / modules / opengl / configure
1 #!/bin/sh
2
3 if [ "$help" != "1" ]
4 then
5         if ! $(pkg-config movit)
6         then
7                 echo "- movit not found: disabling"
8                 touch ../disable-opengl
9                 exit 0
10         fi
11
12         echo > config.mak
13         case $targetos in
14         Darwin)
15                 ;;
16         MinGW)
17                 ;;
18         *)
19                 ;;
20         esac
21         exit 0
22 fi