From 98fd9b7da8547efe81d473371bb3ca7620c7b2b2 Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 16 Dec 2008 21:45:59 +0100 Subject: archiveapi: archive plugin for BZ2 files --- src/archive_list.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/archive_list.c') diff --git a/src/archive_list.c b/src/archive_list.c index 97aefdac2..2f86c0ad6 100644 --- a/src/archive_list.c +++ b/src/archive_list.c @@ -1,3 +1,6 @@ + + + /* the Music Player Daemon (MPD) * Copyright (C) 2008 Viliam Mateicka * This project's homepage is: http://www.musicpd.org @@ -24,7 +27,12 @@ #include #include +extern const struct archive_plugin bz2_plugin; + static const struct archive_plugin *const archive_plugins[] = { +#ifdef HAVE_BZ2 + &bz2_plugin, +#endif NULL }; -- cgit v1.2.3