Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
a84ef627
Commit
a84ef627
authored
Aug 24, 2005
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac: fixed thinko in the AltiVec detection with gcc 3.x.
parent
7c0f0b05
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure.ac
View file @
a84ef627
...
@@ -1159,7 +1159,7 @@ AC_CACHE_CHECK([if \$CC groks AltiVec C extensions],
...
@@ -1159,7 +1159,7 @@ AC_CACHE_CHECK([if \$CC groks AltiVec C extensions],
])
])
if test "${ac_cv_c_maltivec}" != "no"; then
if test "${ac_cv_c_maltivec}" != "no"; then
CPPFLAGS="${CPPFLAGS_save}
-
maltivec"
CPPFLAGS="${CPPFLAGS_save}
${ac_cv_c_
maltivec
}
"
fi
fi
AC_CHECK_HEADERS(altivec.h)
AC_CHECK_HEADERS(altivec.h)
CPPFLAGS="${CPPFLAGS_save}"
CPPFLAGS="${CPPFLAGS_save}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment