Skip to content
Snippets Groups Projects
Commit 5a236388 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Hugo Beauzée-Luyssen
Browse files

configure: do not force AltiVec on everything

Fixes Debian #842513.
parent bcbbefbf
No related branches found
No related tags found
1 merge request!1934configure: allow VLC to run without AltiVec
Pipeline #222453 passed with stage
in 18 minutes and 40 seconds
......@@ -1678,7 +1678,6 @@ AS_IF([test "${enable_altivec}" = "yes"], [
])
VLC_RESTORE_FLAGS
AS_IF([test "${ac_cv_c_altivec}" != "no"], [
CPPFLAGS="${CPPFLAGS} ${ac_cv_c_altivec}"
have_altivec="yes"
])
AC_CHECK_HEADERS([altivec.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment