diff options
| author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-14 19:17:01 +0000 |
|---|---|---|
| committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-14 19:17:01 +0000 |
| commit | 3bd78c6d82eb92eb76f6a4acde6a7e411356b127 (patch) | |
| tree | 58089be0031b2bc1dd0ceb7cc22aea8f3e67aec9 /Makefile | |
| parent | a9aae4109f4cfaf333c1c9b9f1379d7deb1fc583 (diff) | |
| download | vdr-plugin-muggle-3bd78c6d82eb92eb76f6a4acde6a7e411356b127.tar.gz vdr-plugin-muggle-3bd78c6d82eb92eb76f6a4acde6a7e411356b127.tar.bz2 | |
Fixed few bugs and added initial GD coverart code.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@888 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 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 @@ -35,7 +35,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The C++ compiler and options: CXX ?= g++-3.3 -CXXFLAGS ?= -fPIC -O0 -Wall -Woverloaded-virtual -Wno-deprecated -g +CXXFLAGS ?= -fPIC -O0 -Wall -Woverloaded-virtual -Wno-deprecated -g ### The directory environment: |
