summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-09-05 18:26:55 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-09-05 18:26:55 +0000
commit0149a5461a8c63932555e31d2a8470eac8e00a1d (patch)
treefa7a66516476ce6e7ba004b6e27fa27dacf324e6 /Makefile
parent335def9f61ce75a3857bd21745c629005c37db79 (diff)
downloadvdr-plugin-muggle-0149a5461a8c63932555e31d2a8470eac8e00a1d.tar.gz
vdr-plugin-muggle-0149a5461a8c63932555e31d2a8470eac8e00a1d.tar.bz2
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
Diffstat (limited to 'Makefile')
-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