diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-09 11:08:54 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-09 11:08:54 +0000 |
commit | 50b840b9303ec0d6f74b3d4fb5ec355d133e0c97 (patch) | |
tree | e2f211f347142673efe7d9e0735c702fd4b33f48 /Makefile | |
parent | c0e5840cbe5d9099d3f3a88b92c20d5100b91db2 (diff) | |
download | vdr-plugin-muggle-50b840b9303ec0d6f74b3d4fb5ec355d133e0c97.tar.gz vdr-plugin-muggle-50b840b9303ec0d6f74b3d4fb5ec355d133e0c97.tar.bz2 |
Correct a bug in samedir function
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@879 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |