summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-09 11:09:14 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-09 11:09:14 +0000
commitc0459fab66a0b85a240ba8273bde11c7ff2305b2 (patch)
tree57adb49f00ce10f49df202c09d4ce342d75df069
parent50b840b9303ec0d6f74b3d4fb5ec355d133e0c97 (diff)
downloadvdr-plugin-muggle-c0459fab66a0b85a240ba8273bde11c7ff2305b2.tar.gz
vdr-plugin-muggle-c0459fab66a0b85a240ba8273bde11c7ff2305b2.tar.bz2
Accidentally commited Makefile
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@880 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e334245..ad9eefc 100644
--- a/Makefile
+++ b/Makefile
@@ -14,13 +14,13 @@ PLUGIN = muggle
#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:
-HAVE_ONLY_SERVER=1
+#HAVE_ONLY_SERVER=1
#define what database you want to use. Default is mysql. HAVE_SQLITE
#removes mysql support and adds SQLite support