[vlc-commits] [Git][videolan/vlc][master] configure.ac: fix typo "av_cv_" instead of ac_cv
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Wed Dec 15 13:59:42 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
7577cfd2 by Alexandre Janniaux at 2021-12-15T13:24:43+00:00
configure.ac: fix typo "av_cv_" instead of ac_cv
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -2973,7 +2973,7 @@ if test "${enable_x262}" != "no"; then
VLC_ADD_PLUGIN([x262])
VLC_ADD_LDFLAGS([x262],[${X262_LIBS}])
AS_IF([test -n "${ac_cv_ld_bsymbolic}"], [
- VLC_ADD_LIBS([x262],[${av_cv_ld_bsymbolic}])
+ VLC_ADD_LIBS([x262],[${ac_cv_ld_bsymbolic}])
])
VLC_ADD_CFLAGS([x262],[${X262_CFLAGS}])
], [
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7577cfd2f67d2a3204efb296308a1031160bd6f5
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7577cfd2f67d2a3204efb296308a1031160bd6f5
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list