From: Andreas Obergrusberger Date: Fri, 4 Aug 2006 14:52:07 +0000 (+0000) Subject: only compile easy_download when lyrics screen is enabled X-Git-Tag: v0.12_alpha1~392 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4960a256350bd81697febfc36cff6bac8ec213d4;p=ncmpc.git only compile easy_download when lyrics screen is enabled git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4547 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/src/easy_download.c b/src/easy_download.c index e285417..3404e9c 100644 --- a/src/easy_download.c +++ b/src/easy_download.c @@ -15,11 +15,16 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +# #include #include #include #include +#include "ncmpc.h" + +#ifdef ENABLE_LYRICS_SCREEN + #include #include "easy_download.h" @@ -80,3 +85,5 @@ void easy_download_clean(easy_download_struct *dld) dld->size = 0; dld->max_size = -1; } + +#endif \ No newline at end of file