c++ - Build SDL mixer for Android -
c++ - Build SDL mixer for Android -
i have build sdl android. but, unfortunately, sdl_mixer missing there. want build sdl mixer. problem is: sdl_mixer wants sdl, how can include libsdl.so
, sdl includes eclipse sdl_mixer project?
in android.mk sdl_mixer, there reference sdl library:
local_shared_libraries = sdl2
so, if build 2 libraries together, reference fulfilled automatically. alternatively, can define sdl2 prebuilt_shared_library.
android c++ android-ndk sdl
Comments
Post a Comment