summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-05 11:29:04 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-05 11:29:04 +0000
commit889428a98ab0dc7b989a86c6c118de1c9cc68aae (patch)
tree8aa4ac3753da0fbe229f3660bca7820127b56050 /Makefile
parent61e2220f746448835124629b6e9745ede7878516 (diff)
downloadvdr-plugin-muggle-889428a98ab0dc7b989a86c6c118de1c9cc68aae.tar.gz
vdr-plugin-muggle-889428a98ab0dc7b989a86c6c118de1c9cc68aae.tar.bz2
Merged changes from muggle-images
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@835 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7cfd474..2354b9c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,10 @@ PLUGIN = muggle
#edit $VDRDIR/Make.config
#if you want ogg / flac support, define HAVE_VORBISFILE and/or HAVE_FLAC
-# HAVE_VORBISFILE=1
-# HAVE_FLAC=1
-# HAVE_SNDFILE=1
+#in $VDRDIR/Make.config like this:
+#HAVE_VORBISFILE=1
+#HAVE_FLAC=1
+#HAVE_SNDFILE=1
#if you do not want to compile in code for embedded mysql,
#define this:
@@ -79,7 +80,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
OBJS = $(PLUGIN).o i18n.o mg_valmap.o mg_db.o mg_thread_sync.o \
mg_item.o mg_item_gd.o mg_listitem.o mg_selection.o mg_sel_gd.o vdr_actions.o vdr_menu.o mg_tools.o \
vdr_decoder_mp3.o vdr_stream.o vdr_decoder.o vdr_player.o \
- vdr_setup.o mg_setup.o mg_incremental_search.o
+ vdr_setup.o mg_setup.o mg_incremental_search.o mg_image_provider.o
PLAYLIBS = -lmad $(shell taglib-config --libs)
MILIBS = $(shell taglib-config --libs)