diff options
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | mg_mysql.c | 2 | ||||
| -rw-r--r-- | vdr_setup.h | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -16,7 +16,7 @@ PLUGIN = muggle #if you want to use a dedicated Mysql server instead of the embedded code, #define this in $VDRDIR/Make.config: -# HAVE_SERVER +# HAVE_SERVER=1 # ### The version number of this plugin (taken from the main source file): @@ -58,7 +58,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): OBJS = $(PLUGIN).o i18n.o mg_valmap.o mg_mysql.o mg_sync.o mg_order.o mg_content.o mg_selection.o vdr_actions.o vdr_menu.o mg_tools.o \ - vdr_decoder_mp3.o vdr_stream.o vdr_decoder.o vdr_player.o \ + vdr_decoder_mp3.o vdr_decoder_ogg.o vdr_decoder_flac.o vdr_stream.o vdr_decoder.o vdr_player.o \ vdr_setup.o mg_setup.o LIBS = -lmad -ltag @@ -16,7 +16,7 @@ #include <sys/types.h> #include <time.h> -#include "vdr_setup.h" +#include "mg_setup.h" bool needGenre2; static bool needGenre2_set; diff --git a/vdr_setup.h b/vdr_setup.h index 354534f..6a8ebdb 100644 --- a/vdr_setup.h +++ b/vdr_setup.h @@ -26,7 +26,7 @@ /*! * \brief allow user to modify setup on OSD */ -class mgMenuSetup:public cMenuSetupPage +class mgMenuSetup : public cMenuSetupPage { private: mgSetup m_data; |
