commit 2b989c6ee2bf379adba1438526cd17c4ea9ae299
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Fri Dec 7 08:15:32 2018 +0000
add missing patch
ppc_fix.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
---
diff --git a/ppc_fix.patch b/ppc_fix.patch
new file mode 100644
index 0000000..47b66bc
--- /dev/null
+++ b/ppc_fix.patch
@@ -0,0 +1,20 @@
+--- 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},
+
Show replies by date