]> git.sesse.net Git - mlt/blob - src/modules/xine/configure
Bourne shell compliance
[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 "deinterlace               libmltxine$LIBSUF" >> ../filters.dat
13         else
14                 echo "- MMX Capabalities not found: disabling xine deinterlacing module"
15                 touch ../disable-xine
16         fi
17 fi
18