aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vdr-plugin-markad/files/patch-command_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vdr-plugin-markad/files/patch-command_decoder.h')
-rw-r--r--multimedia/vdr-plugin-markad/files/patch-command_decoder.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/vdr-plugin-markad/files/patch-command_decoder.h b/multimedia/vdr-plugin-markad/files/patch-command_decoder.h
new file mode 100644
index 00000000000..52e1c712442
--- /dev/null
+++ b/multimedia/vdr-plugin-markad/files/patch-command_decoder.h
@@ -0,0 +1,10 @@
+--- command/decoder.h.orig 2012-02-24 20:08:34 UTC
++++ command/decoder.h
+@@ -18,6 +18,7 @@ extern "C"
+ #include <avcodec.h>
+ #else
+ #include <libavcodec/avcodec.h>
++#include <libavutil/mem.h>
+ #endif
+
+ #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)