]> git.sesse.net Git - vlc/commitdiff
Remove quite useless audioscrobbler configure option
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:25:23 +0000 (22:25 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:28:50 +0000 (22:28 +0200)
No dependencies, and default to on...

configure.ac
modules/misc/Modules.am

index ee1c9dd44d86dd23987c4360343eccadae9e2f4d..8aafa795fbdeb8ab298efd5bfccd0223e9ba6be4 100644 (file)
@@ -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
index 364160e98a38406ef4afa051eec4e689568fb38c..cb237472f8363ebb9aa52a220ec2a152cf7b6032 100644 (file)
@@ -23,6 +23,7 @@ SOURCES_osso = osso.c
 SOURCES_sqlite = sqlite.c
 
 libvlc_LTLIBRARIES += \
+       libaudioscrobbler_plugin.la \
        liblogger_plugin.la
 
 if ENABLE_SOUT