Commit 25882d00 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove quite useless audioscrobbler configure option

No dependencies, and default to on...
parent 0e4fb813
......@@ -1747,16 +1747,6 @@ dnl Libnotify notification plugin
dnl
PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify], [libnotify notification], [auto])
dnl
dnl Audioscrobbler plugin
dnl
AC_ARG_ENABLE(audioscrobbler,
[ --disable-audioscrobbler Last.fm submission plugin (default enabled)])
AS_IF([test "${enable_audioscrobbler}" != "no"], [
VLC_ADD_PLUGIN([audioscrobbler])
])
dnl
dnl Taglibplugin
dnl
......
......@@ -23,6 +23,7 @@ SOURCES_osso = osso.c
SOURCES_sqlite = sqlite.c
libvlc_LTLIBRARIES += \
libaudioscrobbler_plugin.la \
liblogger_plugin.la
if ENABLE_SOUT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment