diff options
author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-07-31 01:51:19 +0000 |
---|---|---|
committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-07-31 01:51:19 +0000 |
commit | 1d38cbd1d7a8b2f0a620f200f804496622d2fd45 (patch) | |
tree | 05bdb4752b861a8d5401a813a324abf0226d2c07 | |
parent | b3d2c41fff615f2ac0b1ddd10cbe7b7cb702db18 (diff) | |
download | vdr-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |