blob: bd4fabec4f5f491f26b17197aa913e103bdb8aff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile 2009-10-03 19:16:26.000000000 +0200
+++ Makefile.muggle 2009-10-03 19:17:14.000000000 +0200
@@ -80,6 +80,8 @@
### Includes and Defines (add further entries here):
+FTWNOTWANTED = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+DEFINES := $(filter-out $(FTWNOTWANTED),$(DEFINES))
INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include \
$(shell taglib-config --cflags)
|