[SCM] libav/experimental: DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:05:55 UTC 2013


The following commit has been merged in the experimental branch:
commit 96561c12c5951a0bd3ee4611dd2630d748d8a20f
Author: Jai Menon <jmenon86 at gmail.com>
Date:   Sun Apr 11 15:54:45 2010 +0000

    DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
    
    Originally committed as revision 22838 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h
index b5eddcf..c7266aa 100644
--- a/libavcodec/dcadata.h
+++ b/libavcodec/dcadata.h
@@ -28,6 +28,7 @@
 #define AVCODEC_DCADATA_H
 
 #include <stdint.h>
+#include "libavutil/mem.h"
 
 /* Generic tables */
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list