aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-markad/files/patch-command_decoder.h
blob: 52e1c7124424c9b89faff44b21e876b8e4e6af06 (plain) (blame)
1
2
3
4
5
6
7
8
9
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)