]> git.sesse.net Git - mlt/blob - src/modules/xine/configure
filter_watermark.c, filter_composite.c: support explicit deinterlace of
[mlt] / src / modules / xine / configure
1 #!/bin/sh
2
3 if [ "$help" != "1" ]
4 then
5
6         # Horrible hack
7         grep mmx /proc/cpuinfo > /dev/null 2>&1
8         disable_xine=$?
9
10         if [ "$disable_xine" != "0" ]
11         then
12                 echo "- MMX Capabalities not found: disabling xine deinterlacing module"
13                 touch ../disable-xine
14         fi
15         exit 0
16 fi
17