diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-05-21 18:17:52 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-05-21 18:17:52 +0000 |
commit | e67e14d54cae1f56e9fbd94fb665268e6c1f48c6 (patch) | |
tree | b189ed952f52736d58c181a8b2962cbb1287240b /configure | |
parent | a9a07762b8c89c7a1136115fe5da4cb9cfc22356 (diff) | |
download | ffmpeg-e67e14d54cae1f56e9fbd94fb665268e6c1f48c6.tar.gz |
1l
Originally committed as revision 1897 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |