![]() |
#2
追梦人zmrghy2022-05-22 23:54
|
VS2015 搭建FFmpeg环境。。。
编译生成,成功。控制台运行提示“找不到avcodec-59.dll”

// ffmpeg Test.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include<iostream>
extern"C"
{
#include "libavcodec/avcodec.h"
#include "include/libavformat/avformat.h"
#include "include/libswresample/swresample.h"
#include "include/libavcodec/avcodec.h"
}
int main()
{
std::cout << "Hello World!\n";
printf("%s", avcodec_configuration());
return 0;
}
只有本站会员才能查看附件,请 登录