summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-10 14:08:56 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-10 14:08:56 +0000
commit2890ec56dc3724551aa60de0ddf3510836a090f8 (patch)
tree66770aa5212b12b57d04bfdafd8ca797fed37985
parenta02be44fbf9748d635782fb75ba2cef18ba37e44 (diff)
downloadvdr-plugin-muggle-2890ec56dc3724551aa60de0ddf3510836a090f8.tar.gz
vdr-plugin-muggle-2890ec56dc3724551aa60de0ddf3510836a090f8.tar.bz2
Removed vorbis option from Makefile for release
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@223 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f9e61ef..bb397d0 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,8 @@ 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 += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DHAVE_VORBISFILE
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
DEFINES += -D_GNU_SOURCE
MIFLAGS += -I/usr/include/taglib -lmysqlclient