diff options
author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-08-05 18:08:14 +0000 |
---|---|---|
committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-08-05 18:08:14 +0000 |
commit | bd1c8b059bb94cecd5d096356448b63eaebd9d2c (patch) | |
tree | 7d80ad78f42533f5dd877f3b8110d52fcbb0e513 | |
parent | 15cdea87d15c26048edc22ea01b5ec4f67db0923 (diff) | |
download | vdr-plugin-muggle-bd1c8b059bb94cecd5d096356448b63eaebd9d2c.tar.gz vdr-plugin-muggle-bd1c8b059bb94cecd5d096356448b63eaebd9d2c.tar.bz2 |
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
-rw-r--r-- | Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |