[vlc-commits] configure: Remove tizen-audio option

Marvin Scholz git at videolan.org
Mon Jul 1 16:00:57 CEST 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Jun 20 15:15:27 2019 +0200| [b7222277c03ccddcaa521e29248218adb5a47f6e] | committer: Marvin Scholz

configure: Remove tizen-audio option

There is no tizen_audio module anymore.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7222277c03ccddcaa521e29248218adb5a47f6e
---

 configure.ac | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/configure.ac b/configure.ac
index b48124d810..4fbacaa41c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3787,22 +3787,6 @@ if test "${HAVE_ANDROID}" = "1"; then
 fi
 
 dnl
-dnl  Tizen audio
-dnl
-AC_ARG_ENABLE([tizen_audio],
-  AS_HELP_STRING([--enable-tizen-audio],
-    [Tizen audio module (default enabled on Tizen)]),, [
-  AS_IF([test "$HAVE_TIZEN" = "1"], [
-    enable_tizen_audio="yes"
-  ])
-])
-if test "${enable_tizen_audio}" = "yes"; then
-  AC_CHECK_HEADERS([audio_io.h],
-    [ VLC_ADD_PLUGIN([tizen_audio]) ],
-    [ AC_MSG_ERROR([cannot find Tizen audio_io headers])] )
-fi
-
-dnl
 dnl libsamplerate plugin
 dnl
 PKG_ENABLE_MODULES_VLC([SAMPLERATE], [], [samplerate], [Resampler with libsamplerate], [auto])



More information about the vlc-commits mailing list