]> git.sesse.net Git - vlc/blobdiff - configure
The motion compensation routines are now modules as well ; choose your
[vlc] / configure
index 120b116c0cbbdfffb294f6096e642702d00f7c02..42db13a40082731ba502a6e1b7eda4908c0bb5aa 100755 (executable)
--- a/configure
+++ b/configure
@@ -2975,8 +2975,8 @@ fi
 rm -f conftest*
 
 CFLAGS="${CFLAGS} -fargument-noalias-global -fstrict-aliasing"
-echo $ac_n "checking if \$CC accepts -fargument-noalias-global -fstrict-aliasing""... $ac_c" 1>&6
-echo "configure:2980: checking if \$CC accepts -fargument-noalias-global -fstrict-aliasing" >&5
+echo $ac_n "checking if \$CC accepts -fstrict-aliasing""... $ac_c" 1>&6
+echo "configure:2980: checking if \$CC accepts -fstrict-aliasing" >&5
 cat > conftest.$ac_ext <<EOF
 #line 2982 "configure"
 #include "confdefs.h"
@@ -2987,7 +2987,7 @@ int main() {
 EOF
 if { (eval echo configure:2989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
-  BIZARRE_OPTIMS="-fargument-noalias-global -fstrict-aliasing"
+  BIZARRE_OPTIMS="-fstrict-aliasing"
  echo "$ac_t""yes" 1>&6
 else
   echo "configure: failed program was:" >&5
@@ -3296,7 +3296,7 @@ EOF
 fi
 
 
-PLUGINS=${PLUGINS}"yuv ";
+PLUGINS=${PLUGINS}"yuv idct idctclassic motion ";
 
 ARCH=${host_cpu}
 # Check whether --enable-ppro or --disable-ppro was given.
@@ -3310,9 +3310,9 @@ fi
 # Check whether --enable-mmx or --disable-mmx was given.
 if test "${enable_mmx+set}" = set; then
   enableval="$enable_mmx"
-   if test x$enableval = xyes; then ARCH=${ARCH}" mmx"; PLUGINS=${PLUGINS}"yuvmmx "; fi 
+   if test x$enableval = xyes; then ARCH=${ARCH}" mmx"; PLUGINS=${PLUGINS}"yuvmmx motionmmx motionmmxext idctmmx idctmmxext "; fi 
 else
-   if test x${host_cpu} = xi686 -o x${host_cpu} = xi586; then ARCH=${ARCH}" mmx"; PLUGINS=${PLUGINS}"yuvmmx "; fi 
+   if test x${host_cpu} = xi686 -o x${host_cpu} = xi586; then ARCH=${ARCH}" mmx"; PLUGINS=${PLUGINS}"yuvmmx motionmmx motionmmxext idctmmx idctmmxext "; fi 
 fi
 
 # Check whether --enable-debug or --disable-debug was given.