summaryrefslogtreecommitdiffstats
path: root/multimedia/LiVES/patches/weed_palettes.patch
diff options
context:
space:
mode:
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