summaryrefslogtreecommitdiffstats
path: root/multimedia/LiVES/patches/weed_palettes.patch
diff options
context:
space:
mode:
author ponce2012-01-13 23:55:01 +0100
committer ponce2012-01-13 23:55:01 +0100
commitb72526b54ee6702aecb876dba0a74597e1497eae (patch)
tree24be61d30523015a7c53335b2b6790987072a217 /multimedia/LiVES/patches/weed_palettes.patch
parentf5d6f53d308188f3dd53cdd6fcd2daa5bb643113 (diff)
downloadold.slackbuilds-b72526b54ee6702aecb876dba0a74597e1497eae.tar.gz
20120113 global branch merge.current-20120113.1
Diffstat (limited to 'multimedia/LiVES/patches/weed_palettes.patch')
-rw-r--r--multimedia/LiVES/patches/weed_palettes.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/LiVES/patches/weed_palettes.patch b/multimedia/LiVES/patches/weed_palettes.patch
new file mode 100644
index 0000000000..cbbe55222f
--- /dev/null
+++ b/multimedia/LiVES/patches/weed_palettes.patch
@@ -0,0 +1,14 @@
+diff -Naur lives-1.4.9.orig/lives-plugins/plugins/decoders/mkv_decoder.c lives-1.4.9/lives-plugins/plugins/decoders/mkv_decoder.c
+--- lives-1.4.9.orig/lives-plugins/plugins/decoders/mkv_decoder.c 2011-12-08 06:33:19.000000000 +0100
++++ lives-1.4.9/lives-plugins/plugins/decoders/mkv_decoder.c 2011-12-23 13:12:12.772897712 +0100
+@@ -50,6 +50,10 @@
+
+ #define HAVE_AVCODEC
+
++#ifndef HAVE_SYSTEM_WEED
++#include "../../../libweed/weed-palettes.h"
++#endif
++
+ #ifdef HAVE_SYSTEM_WEED_COMPAT
+ #include "weed/weed-compat.h"
+ #else