I tried to make a sound in sdl 2, but when i compiled this line:
Mix_OpenAudio( 44100, MIX_DEFAULT_FORMAT, 2, 2048 );
my exe told me that SDL_AudioStreamFlush could not be located in the dynamic link library SDL2_mixer.dll
(there was also path to the dll).
Before asking I reinstalled everything and there was the same error.
I used SDL2_mixer-devel-2.0.2-mingw SDL2_image-devel-2.0.1-mingw and SDL2-devel-2.0.6-mingw.
Compiled with this flags:-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer
Please someone who know SDL help!
P.S. sorry for bad english