summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--displayreplay.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ff1ef0e..e2c14ad 100644
--- a/Makefile
+++ b/Makefile
@@ -51,12 +51,14 @@ SOFILE = libvdr-$(PLUGIN).so
INCLUDES += $(shell pkg-config --cflags-only-I Magick++)
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+DEFINES += -DMAGICKCORE_HDRI_ENABLE=0
+DEFINES += -DMAGICKCORE_QUANTUM_DEPTH=16
LIBS += $(shell pkg-config --libs Magick++)
### The object files (add further files here):
-OBJS = $(PLUGIN).o
+OBJS = $(PLUGIN).o
### The main target:
diff --git a/displayreplay.c b/displayreplay.c
index 86e1694..cb353db 100644
--- a/displayreplay.c
+++ b/displayreplay.c
@@ -98,8 +98,6 @@ void cNopacityDisplayReplay::CreatePixmaps(void) {
pixmapFwd = osd->CreatePixmap(4, cRect((width - 4 * backgroundWidth)/2 + 3*(iconSize + 2*iconBorder) + iconBorder, controlY + iconBorder, iconSize, iconSize));
pixmapFwdSpeed = osd->CreatePixmap(5, cRect((width - 4 * backgroundWidth)/2 + 3*(iconSize + 2*iconBorder) + iconBorder, controlY + iconBorder, iconSize, iconSize));
- //LoadControlIcons();
-
if (config.replayFadeTime) {
if (!modeOnly) {
pixmapHeader->SetAlpha(0);