Browse Source

Add required header mem.h, av_malloc and friends are used.

Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
9d52d54df3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/internal.h

+ 1
- 0
libavutil/internal.h View File

@@ -36,6 +36,7 @@
#include <assert.h>
#include "config.h"
#include "common.h"
#include "mem.h"
#include "timer.h"

#ifndef attribute_align_arg


Loading…
Cancel
Save