kino/riff.c: fix failure to dlopen due to symbol signature mismatch on make_fourcc
[melted] / src / modules / xine / configure
index 66934db..f7b80d2 100755 (executable)
@@ -3,9 +3,15 @@
 if [ "$help" != "1" ]
 then
 
-cat << EOF >> ../filters.dat
-deinterlace            libmltxine$LIBSUF
-EOF
+       # Horrible hack
+       grep mmx /proc/cpuinfo > /dev/null 2>&1
+       disable_xine=$?
 
+       if [ "$disable_xine" != "0" ]
+       then
+               echo "- MMX Capabalities not found: disabling xine deinterlacing module"
+               touch ../disable-xine
+       fi
+       exit 0
 fi