2014-01-22 32 views
2

我正在編譯下面ffmpeg中的簡單代碼。編譯時在ffmpeg libavutils/common.h中出現意外的文件錯誤結尾

#include "stdafx.h" 
#include <libavcodec/avcodec.h> 
#include <libavformat/avformat.h> 

void main() 
{ 

    av_register_all(); 

} 

我已經包含在項目屬性中的所有ffmpeg頭文件。 但我在編譯時出現以下錯誤。

錯誤1錯誤C1004:意外結束文件中找到dev的\包括\ libavutil \ COMMON.H 87 1

問候 Mayank

回答

相關問題