[Scummvm-git-logs] scummvm master -> 60ad44fff690aa7118ff23008cda57ccdbceee24

lephilousophe noreply at scummvm.org
Tue Apr 19 16:42:47 UTC 2022


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:
60ad44fff6 VITA: Add missing library


Commit: 60ad44fff690aa7118ff23008cda57ccdbceee24
    https://github.com/scummvm/scummvm/commit/60ad44fff690aa7118ff23008cda57ccdbceee24
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-04-19T18:42:09+02:00

Commit Message:
VITA: Add missing library

New SDL2 requires it

Changed paths:
    configure


diff --git a/configure b/configure
index 79124d6d348..d2dc502b84c 100755
--- a/configure
+++ b/configure
@@ -3702,7 +3702,7 @@ case $_backend in
 	psp2)
 		append_var LIBS "-lSDL2 -lSceCommonDialog_stub"
 		append_var LIBS "-lSceSysmodule_stub -lSceDisplay_stub -lSceGxm_stub"
-		append_var LIBS "-lSceAudio_stub -lSceCtrl_stub -lScePower_stub"
+		append_var LIBS "-lSceAudio_stub -lSceAudioIn_stub -lSceCtrl_stub -lScePower_stub"
 		append_var LIBS "-lSceNet_stub -lSceNetCtl_stub"
 		append_var LIBS "-lSceAppMgr_stub -lSceAppUtil_stub -lScePgf_stub"
 		append_var LIBS "-lSceTouch_stub -lSceHid_stub -lSceMotion_stub"




More information about the Scummvm-git-logs mailing list