diff options
author | gyunaev <gyunaev@svn> | 2010-03-08 03:16:50 +0000 |
---|---|---|
committer | gyunaev <gyunaev@svn> | 2010-03-08 03:16:50 +0000 |
commit | 4d5fdb13603519b842792098d7fa466e9b39e7cb (patch) | |
tree | 412db80353f3e113a1c717bc9ff354689b367258 /lib/libmodplug/Makefile.in | |
parent | b26731ed0565f6d25c9e6f6ee5fab846513f59c0 (diff) |
Karaoke player can now optionally show the next song which will be played after the current one. The song will pop up when set in advancedsettings. Disabled by default.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28461 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib/libmodplug/Makefile.in')
-rw-r--r-- | lib/libmodplug/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libmodplug/Makefile.in b/lib/libmodplug/Makefile.in index a2c545308f..31df623847 100644 --- a/lib/libmodplug/Makefile.in +++ b/lib/libmodplug/Makefile.in @@ -181,7 +181,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ |