[Scummvm-git-logs] scummvm master -> 63f9958588eb0a5cf1b5679907f27c28445d26a4

lephilousophe noreply at scummvm.org
Mon Aug 7 13:05:05 UTC 2023


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:
63f9958588 ANDROID: Fix build


Commit: 63f9958588eb0a5cf1b5679907f27c28445d26a4
    https://github.com/scummvm/scummvm/commit/63f9958588eb0a5cf1b5679907f27c28445d26a4
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-08-07T15:04:01+02:00

Commit Message:
ANDROID: Fix build

Changed paths:
    base/plugins.cpp


diff --git a/base/plugins.cpp b/base/plugins.cpp
index 47a5320b401..d3b44e577c4 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -135,7 +135,7 @@ public:
 		#ifdef USE_MT32EMU
 		LINK_PLUGIN(MT32)
 		#endif
-		#if defined(USE_SONIVOX) || defined(__ANDROID__)
+		#if defined(USE_SONIVOX)
 		LINK_PLUGIN(EAS)
 		#endif
 		LINK_PLUGIN(ADLIB)




More information about the Scummvm-git-logs mailing list