vdr-plugin-eepg: fuxup. dont touch DEFINES

uh I missed that one ;)
This commit is contained in:
Stefan Saraev 2014-03-11 20:21:53 +02:00
parent ac766edd14
commit 23820c0447

View File

@ -24,15 +24,6 @@
### Allow user defined options to overwrite defaults:
@@ -65,7 +60,7 @@
INCLUDES += -I$(VDRDIR)/include
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVNSI_SERVER_VERSION='"$(VERSION)"' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
### The object files (add further files here):
@@ -119,6 +114,7 @@
$(SOFILE): $(OBJS)