[vlc-commits] [Git][videolan/vlc][master] * Removed unneeded libtar in configure.ac
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Mon Oct 25 08:13:08 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
53ec4c4d by Ds886 at 2021-10-25T08:13:02+00:00
* Removed unneeded libtar in configure.ac
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -3996,14 +3996,6 @@ AS_IF([test "${enable_skins2}" != "no"], [
])
AM_CONDITIONAL([BUILD_SKINS], [test "${enable_skins2}" = "yes"])
-AC_ARG_ENABLE([libtar],
- AS_HELP_STRING([--enable-libtar], [libtar support for skins2 (default auto)]))
-AS_IF([test "${enable_skins2}" = "yes" && test "${enable_libtar}" != "no"], [
- AC_CHECK_HEADERS([libtar.h], [
- VLC_ADD_LIBS([skins2],[-ltar])
- ])
-])
-
dnl
dnl MacOS X gui module
dnl
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/53ec4c4d502f40cccd32c82bcb6484dc943837eb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/53ec4c4d502f40cccd32c82bcb6484dc943837eb
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list