Browse Source

Include "libavutil/common.h" where we use llrint() in case ffmpeg's

own llrint() is to be used.

Originally committed as revision 16257 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Andreas Öman 17 years ago
parent
commit
1af34f094e
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      libavcodec/mpegaudiodec.c
  2. +1
    -0
      libavcodec/opt.c

+ 1
- 0
libavcodec/mpegaudiodec.c View File

@@ -27,6 +27,7 @@
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"
#include "libavutil/common.h"

/*
* TODO:


+ 1
- 0
libavcodec/opt.c View File

@@ -28,6 +28,7 @@
#include "avcodec.h"
#include "opt.h"
#include "eval.h"
#include "libavutil/common.h"

//FIXME order them and do a bin search
const AVOption *av_find_opt(void *v, const char *name, const char *unit, int mask, int flags){


Loading…
Cancel
Save