Explorar el Código

openslES: really fix build..

Ozkan Sezer hace 1 semana
padre
commit
d2ab01b8bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/audio/openslES/SDL_openslES.c

+ 1 - 1
src/audio/openslES/SDL_openslES.c

@@ -422,7 +422,7 @@ static int openslES_CreatePCMPlayer(_THIS)
             switch (test_format) {
             case AUDIO_U8:
             case AUDIO_S16LSB:
-            case AUDIO_F32LBS:
+            case AUDIO_F32LSB:
                 break;
             default:
                 continue;