From bd1c8b059bb94cecd5d096356448b63eaebd9d2c Mon Sep 17 00:00:00 2001 From: wr61 Date: Fri, 5 Aug 2005 18:08:14 +0000 Subject: default is no flac etc git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/tags/0.1.8-BETA@801 e10066b5-e1e2-0310-b819-94efdf66514b --- Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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