[Scummvm-git-logs] scummvm master -> 584f82d89598717871443ec06991d3065f3a1e05
lephilousophe
lephilousophe at users.noreply.github.com
Tue Mar 16 07:34:37 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
584f82d895 GPH/DINGUX: Fix build
Commit: 584f82d89598717871443ec06991d3065f3a1e05
https://github.com/scummvm/scummvm/commit/584f82d89598717871443ec06991d3065f3a1e05
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-03-16T08:33:44+01:00
Commit Message:
GPH/DINGUX: Fix build
Downscaling code has been removed
Changed paths:
backends/module.mk
diff --git a/backends/module.mk b/backends/module.mk
index a31f079dec..54ac586c32 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -298,15 +298,13 @@ endif
ifeq ($(BACKEND),dingux)
MODULE_OBJS += \
- events/dinguxsdl/dinguxsdl-events.o \
- graphics/downscalesdl/downscalesdl-graphics.o
+ events/dinguxsdl/dinguxsdl-events.o
endif
ifeq ($(BACKEND),gph)
MODULE_OBJS += \
events/gph/gph-events.o \
- graphics/gph/gph-graphics.o \
- graphics/downscalesdl/downscalesdl-graphics.o
+ graphics/gph/gph-graphics.o
endif
ifdef IPHONE
More information about the Scummvm-git-logs
mailing list