Re: Cloud Support
Alexander Tkachev <[email protected]>
| Newsgroups | gmane.games.devel.scummvm |
|---|---|
| Message-ID | <[email protected]> |
Hi Thierry, I believe SDL_net 1.2 and 2 are almost the same, as docs on it's site for both versions are the same. It's possible that using SDL_net 1.2 with SDL 2 is problematic. I think that choosing corresponding version of SDL_net is the best option. I've just built ScummVM under Kubuntu with this: CPPFLAGS=-DUSE_SDL2 SDL_CONFIG=sdl2-config ./configure --disable-all-engines --enable-engine=cge --disable-fluidsynth Having these in the configure output: Looking for sdl-config... /usr/bin/sdl2-config <...> Checking for SDL_Net... yes <...> Backend... sdl (2.0.4) So, yeah, not default arguments. I guess changing configure to use sdl2-config when building with SDL2 should do the trick. — Alexander _______________________________________________ Scummvm-devel mailing list [email protected] http://lists.scummvm.org/listinfo/scummvm-devel