Commit e8fb0d3d authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.

parent b1d4adc0
...@@ -1107,7 +1107,7 @@ SSE_MODULES="" ...@@ -1107,7 +1107,7 @@ SSE_MODULES=""
ALTIVEC_MODULES="memcpyaltivec i420_yuy2_altivec" ALTIVEC_MODULES="memcpyaltivec i420_yuy2_altivec"
#ALTIVEC_MODULES="${ALTIVEC_MODULES} idctaltivec motionaltivec" #ALTIVEC_MODULES="${ALTIVEC_MODULES} idctaltivec motionaltivec"
if test "${enable_gprof}" != "yes" if test "${enable_gprof}" != "yes" -a "${SYS}" != "darwin"
then then
MMX_MODULES="${MMX_MODULES} i420_yuy2_mmx" MMX_MODULES="${MMX_MODULES} i420_yuy2_mmx"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment