From ca38c1d91a472343de9e949b9d3fdd55a237f0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 6 Oct 2016 03:27:29 +0200 Subject: Add CMakeLists.txt, link with cURL My global .gitignore seems to be more trouble than it's worth. --- nncmpp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nncmpp.c') diff --git a/nncmpp.c b/nncmpp.c index 03d5cdf..b42c4d5 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -103,7 +103,10 @@ enum #include #include -#define CTRL_KEY(x) ((x) - 'A' + 1) +// We need cURL to extract links from Internet stream playlists. It'd be way +// too much code to do this all by ourselves, and there's nothing better around. + +#include #define APP_TITLE PROGRAM_NAME ///< Left top corner -- cgit v1.2.3