[vlc-commits] [Git][videolan/vlc][3.0.x] configure: remove unneeded libtar
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Feb 26 15:02:03 UTC 2025
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
51ac1142 by Ds886 at 2025-02-26T14:36:59+00:00
configure: remove unneeded libtar
(cherry picked from commit 53ec4c4d502f40cccd32c82bcb6484dc943837eb)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -3935,14 +3935,6 @@ AS_IF([test "${enable_skins2}" != "no"], [
])
AM_CONDITIONAL(BUILD_SKINS, [test "${enable_skins2}" = "yes"])
-AC_ARG_ENABLE(libtar,
- [ --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/51ac114275229615ee21fcc4a4200278896492b1
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/51ac114275229615ee21fcc4a4200278896492b1
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list