Fix the build fix. It turns out that Uint32 != uint32_t.
[disorder] / disobedience / disobedience.c
index 2b31941..7fad2eb 100644 (file)
@@ -495,7 +495,9 @@ int main(int argc, char **argv) {
   disorder_eclient_version(client, version_completed, 0);
   event_register("log-connected", check_rtp_address, 0);
   suppress_actions = 0;
+#if PLAYLISTS
   playlists_init();
+#endif
   /* If no password is set yet pop up a login box */
   if(!config->password)
     login_box();