[vlc-commits] Forgotten mem.h inclusion

Jean-Baptiste Kempf git at videolan.org
Fri Sep 7 12:36:59 CEST 2012


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Sep  7 12:36:51 2012 +0200| [4574b1504af7881228905e668e4fa8b23748b6cb] | committer: Jean-Baptiste Kempf

Forgotten mem.h inclusion

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=4574b1504af7881228905e668e4fa8b23748b6cb
---

 modules/codec/avcodec/video.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c
index 60ce6b6..d03c7ad 100644
--- a/modules/codec/avcodec/video.c
+++ b/modules/codec/avcodec/video.c
@@ -44,6 +44,7 @@
 #include <assert.h>
 
 /* ffmpeg header */
+#include <libavutil/mem.h>
 #ifdef HAVE_LIBAVCODEC_AVCODEC_H
 #   include <libavcodec/avcodec.h>
 #   ifdef HAVE_AVCODEC_VAAPI



More information about the vlc-commits mailing list