diff --git a/src/global.h b/src/global.h index e171d608..3262fc5b 100755 --- a/src/global.h +++ b/src/global.h @@ -1,10 +1,18 @@ /******************************************************************************\ - * Copyright (c) 2004-2011 - * - * Author(s): - * Volker Fischer + * \copyright (c) 2004-2013 + * \author Volker Fischer * +\mainpage Llcon source code documentation + +\section intro_sec Introduction + +The llcon software enables musicians to perform real-time jam sessions over the +internet. There is one server running the llcon server software which collects +the audio data from each llcon client, mixes the audio data and sends the mix +back to each client. + + Prefix definitions for the GUI: label: lbl @@ -48,6 +56,9 @@ LED bar: lbr #include #include #include +#ifndef _WIN32 +# include // solves a compile problem on recent Ubuntu +#endif #ifdef HAVE_CONFIG_H # include "config.h" #endif