mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
vdr-plugin-streamdev: streamdev needs '-D_FILE_OFFSET_BITS=64 ..'
This commit is contained in:
parent
5e8ad779be
commit
0f651eedde
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/Makefile b/Makefile
|
||||||
|
index d80e15d..ed2e168 100644
|
||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -45,7 +45,7 @@ PACKAGE = vdr-$(ARCHIVE)
|
||||||
|
INCLUDES += -I$(VDRDIR)/include -I..
|
||||||
|
export INCLUDES
|
||||||
|
|
||||||
|
-DEFINES += -D_GNU_SOURCE
|
||||||
|
+DEFINES += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
|
||||||
|
|
||||||
|
ifdef DEBUG
|
||||||
|
DEFINES += -DDEBUG
|
Loading…
x
Reference in New Issue
Block a user