Browse Source

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

Originally committed as revision 22838 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Jai Menon 15 years ago
parent
commit
96561c12c5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/dcadata.h

+ 1
- 0
libavcodec/dcadata.h View File

@@ -28,6 +28,7 @@
#define AVCODEC_DCADATA_H

#include <stdint.h>
#include "libavutil/mem.h"

/* Generic tables */



Loading…
Cancel
Save