Originally committed as revision 1897 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2003-05-21 18:17:52 +00:00
parent a9a07762b8
commit e67e14d54c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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