Commit 3d45f35b authored by al3x's avatar al3x

1l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1897 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 50b5267f
......@@ -771,7 +771,7 @@ if test "$altivec" = "yes" ; then
if test "$_altivec_h" = "yes" ; then
echo "#define HAVE_ALTIVEC_H 1" >> $TMPH
else
echo "#undef HAVE_ALTIVEC_H 1" >> $TMPH
echo "#undef HAVE_ALTIVEC_H" >> $TMPH
fi
fi
if test "$gprof" = "yes" ; then
......
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