摘要: // ffmpegDemo1.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include <string>#include <windows.h>#include <processthreadsapi.h>#define __STDC_CONSTANT_MA 阅读全文
posted @ 2016-07-13 15:48 雨曦 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 解决方案:添加头文件--#include "include/libswscale/swscale.h" 阅读全文
posted @ 2015-11-25 11:29 雨曦 阅读(454) 评论(0) 推荐(0) 编辑
摘要: bool CshowjpgDlg::ShowJpgGif(CDC* pDC,CString strPath, int x, int y){ IStream *pStm; CFileStatus fstatus; CFile file; LONG cb; if (f... 阅读全文
posted @ 2015-11-25 11:21 雨曦 阅读(1953) 评论(0) 推荐(0) 编辑
摘要: 解决方案:1.打开该项目的“属性页”对话框。2.单击“链接器”文件夹。3.单击“命令行”属性页。4.将 /SAFESEH:NO 键入“附加选项”框中,然后点击应用。 阅读全文
posted @ 2015-11-25 11:15 雨曦 阅读(432) 评论(0) 推荐(0) 编辑
摘要: error LNK2019: 无法解析的外部符号 _SDL_GetError,该符号在函数 _wmain 中被引用解决方案:点击项目->属性(Alt+F7)->配置属性->链接器->输入->附加依赖项(添加。。)SDL.libSDLmain.lib 阅读全文
posted @ 2015-11-25 11:13 雨曦 阅读(1846) 评论(0) 推荐(0) 编辑
摘要: \common.h(87): fatal error C1004: 发现意外的文件尾解决方案:在包含头文件前:#define __STDC_CONSTANT_MACROS 阅读全文
posted @ 2015-11-25 11:12 雨曦 阅读(1386) 评论(0) 推荐(0) 编辑
摘要: 如何编译在Windows7和VS2012 ffmpeg如何成功编译ffmpeg windows下。我的latop Windows 7 64位和VS2012但我在32位模式下编译。步骤1)mingw下载并安装它(C,c++,MSYS基本系统,mingw开发者工具包)。minGW shell并输入以下命... 阅读全文
posted @ 2015-11-24 11:27 雨曦 阅读(516) 评论(0) 推荐(0) 编辑