diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-10 14:08:56 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-10 14:08:56 +0000 |
| commit | 2890ec56dc3724551aa60de0ddf3510836a090f8 (patch) | |
| tree | 66770aa5212b12b57d04bfdafd8ca797fed37985 | |
| parent | a02be44fbf9748d635782fb75ba2cef18ba37e44 (diff) | |
| download | vdr-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
