Commit 399dcef5 authored by mru's avatar mru

add missing #includes

patch by Dieter <freebsd at sopwith solgatos com>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4912 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 749be8c7
......@@ -29,6 +29,7 @@
#include "avformat.h"
/* For codec_get_bmp_id and codec_get_wav_id. */
#include "avi.h"
#include "intfloat_readwrite.h"
/* EBML version supported */
#define EBML_VERSION 1
......
......@@ -24,6 +24,7 @@
*/
#include "common.h"
#include "intfloat_readwrite.h"
double av_int2dbl(int64_t v){
if(v+v > 0xFFELLU<<52)
......
......@@ -46,6 +46,7 @@
#include "avformat.h"
#include "framehook.h"
#include "cmdutils.h"
typedef struct {
char filename[2000];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment