summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rwxr-xr-xscripts/muggle-image-convert2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab4a6ab..7b73271 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,9 @@ PACKAGE = vdr-$(ARCHIVE)
### 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)
diff --git a/scripts/muggle-image-convert b/scripts/muggle-image-convert
index 5e7de95..2a62630 100755
--- a/scripts/muggle-image-convert
+++ b/scripts/muggle-image-convert
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# requires: *topnm, pnmpad, pnmscale, ppmntsc, ppmtoy4m, mpeg2enc,
# mktemp, awk, file