summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-07-31 01:51:19 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-07-31 01:51:19 +0000
commit1d38cbd1d7a8b2f0a620f200f804496622d2fd45 (patch)
tree05bdb4752b861a8d5401a813a324abf0226d2c07
parentb3d2c41fff615f2ac0b1ddd10cbe7b7cb702db18 (diff)
downloadvdr-plugin-muggle-1d38cbd1d7a8b2f0a620f200f804496622d2fd45.tar.gz
vdr-plugin-muggle-1d38cbd1d7a8b2f0a620f200f804496622d2fd45.tar.bz2
Add comment for HAVE_SNDFILE
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.7-wr@798 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3604eb1..a97be73 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,9 @@ PLUGIN = muggle
#in $VDRDIR/Make.config like this:
HAVE_VORBISFILE=1
HAVE_FLAC=1
+
+#if you want wav flac support, define HAVE_SNDFILE
+#in $VDRDIR/Make.config like this:
HAVE_SNDFILE=1
#if you do not want to compile in code for embedded mysql,