[vlc-commits] Revert "configure: disable skins2"
Erwan Tulou
git at videolan.org
Sat Jul 6 19:15:57 CEST 2019
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Sat Jun 29 15:29:36 2019 +0200| [656fb0768857d906813df4f5347c005cb931e9b4] | committer: Erwan Tulou
Revert "configure: disable skins2"
This reverts commit 376d2b561115aea7fbf233be2170db7f46687948.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=656fb0768857d906813df4f5347c005cb931e9b4
---
configure.ac | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4fbacaa41c..d2459d230a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3976,12 +3976,6 @@ AS_IF([test "${enable_skins2}" != "no"], [
enable_skins2="yes"
])
])
-
-AS_IF([test "${enable_skins2}" = "yes"], [
- AC_MSG_WARN([Skins2 interface disabled, it need to ported to the new player and playlist.])
- enable_skins2="0"
-], [])
-
AM_CONDITIONAL([BUILD_SKINS], [test "${enable_skins2}" = "yes"])
AC_ARG_ENABLE([libtar],
More information about the vlc-commits
mailing list