1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.

Originally committed as revision 22838 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Jai Menon 2010-04-11 15:54:45 +00:00
parent 80ed701443
commit 96561c12c5

View File

@ -28,6 +28,7 @@
#define AVCODEC_DCADATA_H
#include <stdint.h>
#include "libavutil/mem.h"
/* Generic tables */