summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-08-05 18:08:14 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-08-05 18:08:14 +0000
commitbd1c8b059bb94cecd5d096356448b63eaebd9d2c (patch)
tree7d80ad78f42533f5dd877f3b8110d52fcbb0e513
parent15cdea87d15c26048edc22ea01b5ec4f67db0923 (diff)
downloadvdr-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--Makefile14
1 files 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