X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fxine%2Fconfigure;h=a1a25a4758d6edeb08f10b48db91c3279b19042a;hb=4bb099f9f13875393e0392a49be0e49de18ef5cc;hp=3c04324f47b829e797e919289126f0fbd40233bc;hpb=42e3082637998150a8dc0251c5b846f78e1d4772;p=melted diff --git a/src/modules/xine/configure b/src/modules/xine/configure index 3c04324..a1a25a4 100755 --- a/src/modules/xine/configure +++ b/src/modules/xine/configure @@ -3,9 +3,21 @@ if [ "$help" != "1" ] then -cat << EOF >> ../filters.dat -deinterlace libmltxine.so -EOF + bits=$(uname -m) + case $bits in + ppc|ppc64) + disable_xine="1" + ;; + *) + disable_xine="0" + ;; + esac + if [ "$disable_xine" != "0" ] + then + echo "- MMX Capabalities not found: disabling xine deinterlacing module" + touch ../disable-xine + fi + exit 0 fi