Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/mplayer/mplayer-samba4-time-include.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-03-21 08:36:36 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-03-21 08:36:36 +0100
commite9156e426a035f5cbce3411b79d4f8e5e94aa3b8 (patch)
treeb6dd7ca4ee808b31a4a7c81557e3387b28da73ad /extra/mplayer/mplayer-samba4-time-include.patch
parent021f4ec58dd91457d032457f68b99c69cf347c8d (diff)
extra/mplayer: added patch for missing time.h in samba streaming
Diffstat (limited to 'extra/mplayer/mplayer-samba4-time-include.patch')
-rw-r--r--extra/mplayer/mplayer-samba4-time-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/mplayer/mplayer-samba4-time-include.patch b/extra/mplayer/mplayer-samba4-time-include.patch
new file mode 100644
index 00000000..79989304
--- /dev/null
+++ b/extra/mplayer/mplayer-samba4-time-include.patch
@@ -0,0 +1,11 @@
+diff -rauN mplayer-38101/stream/stream_smb.c mplayer-samba4-time-include-patch/stream/stream_smb.c
+--- mplayer-38101/stream/stream_smb.c 2019-03-21 08:28:16.708465910 +0100
++++ mplayer-samba4-time-include-patch/stream/stream_smb.c 2019-03-21 08:29:13.545760007 +0100
+@@ -18,6 +18,7 @@
+
+ #include "config.h"
+
++#include <time.h>
+ #include <samba-4.0/libsmbclient.h>
+ #include <unistd.h>
+