Commit adb1e873 authored by Rafaël Carré's avatar Rafaël Carré

Enables audioscrobbler by default as it should be bugs free

parent cde6146f
...@@ -1523,8 +1523,8 @@ dnl Audioscrobbler plugin ...@@ -1523,8 +1523,8 @@ dnl Audioscrobbler plugin
dnl dnl
AC_ARG_ENABLE(audioscrobbler, AC_ARG_ENABLE(audioscrobbler,
[ --enable-audioscrobbler Last.fm submission plugin (default disabled)]) [ --disable-audioscrobbler Last.fm submission plugin (default enabled)])
AS_IF([test "${enable_audioscrobbler}" = "yes"], [ AS_IF([test "${enable_audioscrobbler}" != "no"], [
VLC_ADD_PLUGINS([audioscrobbler]) VLC_ADD_PLUGINS([audioscrobbler])
]) ])
......
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