From 0149a5461a8c63932555e31d2a8470eac8e00a1d Mon Sep 17 00:00:00 2001 From: wr61 Date: Mon, 5 Sep 2005 18:26:55 +0000 Subject: merge from muggle-0.1.8-BETA git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@814 e10066b5-e1e2-0310-b819-94efdf66514b --- Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3604eb1..09f238e 100644 --- a/Makefile +++ b/Makefile @@ -9,15 +9,17 @@ # PLUGIN = muggle +#no HAVE_* flags should ever be changed in this Makefile. Instead +#edit $VDRDIR/Make.config + #if you want ogg / flac support, define HAVE_VORBISFILE and/or HAVE_FLAC -#in $VDRDIR/Make.config like this: -HAVE_VORBISFILE=1 -HAVE_FLAC=1 -HAVE_SNDFILE=1 +# HAVE_VORBISFILE=1 +# HAVE_FLAC=1 +# HAVE_SNDFILE=1 #if you do not want to compile in code for embedded mysql, -#define this in $VDRDIR/Make.config: -HAVE_ONLY_SERVER=1 +#define this: +# HAVE_ONLY_SERVER=1 #define what database you want to use. Default is mysql. HAVE_SQLITE #removes mysql support and adds SQLite support -- cgit v1.2.3