mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
vdr-plugin-eepg: fuxup. dont touch DEFINES
uh I missed that one ;)
This commit is contained in:
parent
ac766edd14
commit
23820c0447
@ -24,15 +24,6 @@
|
|||||||
|
|
||||||
### Allow user defined options to overwrite defaults:
|
### 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 @@
|
@@ -119,6 +114,7 @@
|
||||||
|
|
||||||
$(SOFILE): $(OBJS)
|
$(SOFILE): $(OBJS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user