summaryrefslogtreecommitdiff
path: root/muggle-plugin/Makefile
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-01-23 13:03:34 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-01-23 13:03:34 +0000
commitec8c7eca5af284858016d573b03f82952e9e094c (patch)
treeb810d3a415d618e0be2de9a6a95e636c60d9d843 /muggle-plugin/Makefile
parent5a628da787cdb0738efc8fbba006544252f20912 (diff)
downloadvdr-plugin-muggle-ec8c7eca5af284858016d573b03f82952e9e094c.tar.gz
vdr-plugin-muggle-ec8c7eca5af284858016d573b03f82952e9e094c.tar.bz2
Merged branches osd_extensions and flac_player for new release, yet untested
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@386 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/Makefile')
-rw-r--r--muggle-plugin/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/muggle-plugin/Makefile b/muggle-plugin/Makefile
index 931c6ef..9213ab8 100644
--- a/muggle-plugin/Makefile
+++ b/muggle-plugin/Makefile
@@ -44,18 +44,16 @@ PACKAGE = vdr-$(ARCHIVE)
INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include -I$(DVBDIR)/include \
-I/usr/include/mysql/ -I/usr/include/taglib
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DHAVE_VORBISFILE
-# DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-DEFINES += -D_GNU_SOURCE
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DHAVE_VORBISFILE -DHAVE_FLAC
MIFLAGS += -I/usr/include/taglib -lmysqlclient
### The object files (add further files here):
-OBJS = $(PLUGIN).o i18n.o mg_db.o mg_actions.o vdr_menu.o mg_tools.o \
+OBJS = $(PLUGIN).o i18n.o mg_valmap.o mg_order.o mg_db.o mg_actions.o vdr_menu.o mg_tools.o \
vdr_decoder_mp3.o vdr_stream.o vdr_decoder.o vdr_player.o \
- vdr_setup.o vdr_decoder_ogg.o
+ vdr_setup.o vdr_decoder_ogg.o vdr_decoder_flac.o
-LIBS = -lmad -lmysqlclient -lvorbisfile -lvorbis
+LIBS = -lmad -lmysqlclient -lvorbisfile -lvorbis -lFLAC++
MILIBS = -lmysqlclient -ltag
### Targets: