You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
299 B
21 lines
299 B
11 months ago
|
--- a/audio/out/ao_sdl.c
|
||
|
+++ b/audio/out/ao_sdl.c
|
||
|
@@ -28,7 +28,6 @@
|
||
|
#include "options/m_option.h"
|
||
|
#include "osdep/timer.h"
|
||
|
|
||
|
-#include <SDL.h>
|
||
|
|
||
|
struct priv
|
||
|
{
|
||
|
@@ -36,6 +35,8 @@
|
||
|
|
||
|
float buflen;
|
||
|
};
|
||
|
+
|
||
|
+#include <SDL.h>
|
||
|
|
||
|
static const int fmtmap[][2] = {
|
||
|
{AF_FORMAT_U8, AUDIO_U8},
|
||
|
|