kdenlive/filter_freeze.c: added simple freeze filter
[melted] / src / modules / xine / configure
index f7b80d2..a1a25a4 100755 (executable)
@@ -3,9 +3,15 @@
 if [ "$help" != "1" ]
 then
 
-       # Horrible hack
-       grep mmx /proc/cpuinfo > /dev/null 2>&1
-       disable_xine=$?
+       bits=$(uname -m)
+       case $bits in
+       ppc|ppc64)
+               disable_xine="1"
+               ;;
+       *)
+               disable_xine="0"
+               ;;
+       esac
 
        if [ "$disable_xine" != "0" ]
        then