* *FILE needs <stdio.h>

Originally committed as revision 2515 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Zdenek Kabelac 22 years ago
parent 57489bc511
commit 67070e4f29
  1. 2
      libavformat/avformat.h

@ -12,7 +12,7 @@ extern "C" {
#define LIBAVFORMAT_IDENT "FFmpeg" FFMPEG_VERSION "b" AV_STRINGIFY(LIBAVFORMAT_BUILD)
#include <time.h>
#include <stdio.h> /* FILE */
#include "avcodec.h"
#include "avio.h"

Loading…
Cancel
Save