Commit 5b3f82fa authored by kabi's avatar kabi

* *FILE needs <stdio.h>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2515 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c433787f
...@@ -12,7 +12,7 @@ extern "C" { ...@@ -12,7 +12,7 @@ extern "C" {
#define LIBAVFORMAT_IDENT "FFmpeg" FFMPEG_VERSION "b" AV_STRINGIFY(LIBAVFORMAT_BUILD) #define LIBAVFORMAT_IDENT "FFmpeg" FFMPEG_VERSION "b" AV_STRINGIFY(LIBAVFORMAT_BUILD)
#include <time.h> #include <time.h>
#include <stdio.h> /* FILE */
#include "avcodec.h" #include "avcodec.h"
#include "avio.h" #include "avio.h"
......
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