summaryrefslogtreecommitdiff
path: root/libre/mplayer-libre/include-samba-4.0.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-11-02 08:27:31 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-11-02 08:27:31 -0200
commit3621c0f289d569fec69f312f3a7d6ab385b9e474 (patch)
tree1dad1a9d21fc9f1adf7fd982b5ccea3355c69e1c /libre/mplayer-libre/include-samba-4.0.patch
parent7dfc9bf7e1d8b5e0d635f022762cf15a9b37f7ee (diff)
mplayer-libre-36498-2: updating version
* update to snapshot from 2013-10-30 * use ffmpeg 2.1 source tarball instead of latest git checkout * enable opus * fix samba support * add stream support for KDE to desktop file
Diffstat (limited to 'libre/mplayer-libre/include-samba-4.0.patch')
-rw-r--r--libre/mplayer-libre/include-samba-4.0.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/mplayer-libre/include-samba-4.0.patch b/libre/mplayer-libre/include-samba-4.0.patch
new file mode 100644
index 000000000..2ed272b6a
--- /dev/null
+++ b/libre/mplayer-libre/include-samba-4.0.patch
@@ -0,0 +1,12 @@
+diff -rupN a/stream/stream_smb.c b/stream/stream_smb.c
+--- a/stream/stream_smb.c 2013-03-16 13:38:34.000000000 +0000
++++ b/stream/stream_smb.c 2013-10-31 20:05:32.473947926 +0000
+@@ -18,7 +18,7 @@
+
+ #include "config.h"
+
+-#include <libsmbclient.h>
++#include <samba-4.0/libsmbclient.h>
+ #include <unistd.h>
+
+ #include "mp_msg.h"