1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

configure: remove reference to nonexistent $ac_cv_c_altivec_abi

This commit is contained in:
Rémi Denis-Courmont 2016-11-01 16:49:03 +02:00
parent 7c7a80bae4
commit a9a94b2238

View File

@ -1518,8 +1518,8 @@ AS_IF([test "${enable_altivec}" = "yes"], [
CPPFLAGS="${CPPFLAGS} ${ac_cv_c_altivec}"
AC_DEFINE(CAN_COMPILE_C_ALTIVEC, 1, [Define to 1 if C AltiVec extensions are available.])
VLC_ADD_CFLAGS([libvlccore],[${ac_cv_c_altivec}])
ALTIVEC_CFLAGS="$ALTIVEC_CFLAGS ${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}"
VLC_ADD_CFLAGS([deinterlace],[${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}])
ALTIVEC_CFLAGS="$ALTIVEC_CFLAGS ${ac_cv_c_altivec}"
VLC_ADD_CFLAGS([deinterlace],[${ac_cv_c_altivec}])
have_altivec="yes"
])
AC_CHECK_HEADERS(altivec.h)