mirror of
https://github.com/videolan/vlc.git
synced 2025-01-11 02:08:36 +08:00
Enables audioscrobbler by default as it should be bugs free
This commit is contained in:
parent
cde6146fc6
commit
adb1e87305
@ -1523,8 +1523,8 @@ dnl Audioscrobbler plugin
|
||||
dnl
|
||||
|
||||
AC_ARG_ENABLE(audioscrobbler,
|
||||
[ --enable-audioscrobbler Last.fm submission plugin (default disabled)])
|
||||
AS_IF([test "${enable_audioscrobbler}" = "yes"], [
|
||||
[ --disable-audioscrobbler Last.fm submission plugin (default enabled)])
|
||||
AS_IF([test "${enable_audioscrobbler}" != "no"], [
|
||||
VLC_ADD_PLUGINS([audioscrobbler])
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user