[vlc-commits] configure: Remove check for Tizen SDK
Marvin Scholz
git at videolan.org
Thu Jun 20 14:17:17 CEST 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Jun 20 13:40:37 2019 +0200| [b877596e59667185252c6389d3c3354cd8018ee0] | committer: Marvin Scholz
configure: Remove check for Tizen SDK
HAVE_TIZEN_SDK is not used anywhere in the code anymore, so this
is not needed.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b877596e59667185252c6389d3c3354cd8018ee0
---
configure.ac | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/configure.ac b/configure.ac
index f2a22de7af..b48124d810 100644
--- a/configure.ac
+++ b/configure.ac
@@ -421,22 +421,6 @@ AS_IF([test "$SYS" = linux],[
])
AM_CONDITIONAL([HAVE_ANDROID], [test "${HAVE_ANDROID}" = "1"])
-dnl Tizen (minimum SDK version: 2.3)
-AS_IF([test "$SYS" = linux],[
- AC_MSG_CHECKING([for Tizen])
- AC_PREPROC_IFELSE([AC_LANG_PROGRAM(
- [[#include <tizen.h>
- ]],[[;]])
- ],[
- HAVE_TIZEN="1"
- AC_DEFINE([HAVE_TIZEN_SDK], [1], [Define to 1 if vlc is built against Tizen SDK])
- AC_MSG_RESULT([yes])
- ],[
- AC_MSG_RESULT([no])
- ])
-])
-AM_CONDITIONAL([HAVE_TIZEN], [test "${HAVE_TIZEN}" = "1"])
-
dnl
dnl Check for the contrib directory
dnl
More information about the vlc-commits
mailing list