summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-10-09 18:29:46 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-10-09 18:29:46 +0000
commitb420448e38ae27110953e857f5d65b58ccc8e688 (patch)
treeda7ef4f13a3e004bbc4a2e006bd016fb6503f6a9 /configure
parent1c2a417f6a51c94de6d8b64d2aecc476f89b50f1 (diff)
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
Originally committed as revision 6606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index ecdfcca0b6..befd9bcf72 100755
--- a/configure
+++ b/configure
@@ -1789,8 +1789,6 @@ fi
if test "$altivec" = "yes" ; then
echo "TARGET_ALTIVEC=yes" >> config.mak
echo "#define HAVE_ALTIVEC 1" >> $TMPH
- echo "// Enable the next line to use the reference C code instead of AltiVec" >> $TMPH
- echo "// #define ALTIVEC_USE_REFERENCE_C_CODE 1" >> $TMPH
if test "$_altivec_h" = "yes" ; then
echo "#define HAVE_ALTIVEC_H 1" >> $TMPH
else