- 博客(7)
- 收藏
- 关注
转载 ffmpeg学习笔记
// ffmpegDemo1.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <string>#include <windows.h>#include <processthreadsapi.h>#define __STDC_CONSTANT_MACROSextern "C"{#include &l...
2016-07-13 15:48:00
110
转载 error C3861: “sws_getContext”: 找不到标识符
解决方案:添加头文件--#include "include/libswscale/swscale.h"转载于:https://www.cnblogs.com/ouyangyuxi/p/4994117.html
2015-11-25 11:29:00
608
转载 vc++显示一张JPG图片
bool CshowjpgDlg::ShowJpgGif(CDC* pDC,CString strPath, int x, int y){ IStream *pStm; CFileStatus fstatus; CFile file; LONG cb; if (file.Open(strPath,CFile::modeR...
2015-11-25 11:21:00
313
转载 error LNK2026: 模块对于 SAFESEH 映像是不安全的。
解决方案:1.打开该项目的“属性页”对话框。2.单击“链接器”文件夹。3.单击“命令行”属性页。4.将 /SAFESEH:NO 键入“附加选项”框中,然后点击应用。转载于:https://www.cnblogs.com/ouyangyuxi/p/4994062.html...
2015-11-25 11:15:00
248
转载 error LNK2019: 无法解析的外部符号 _SDL_GetError,该符号在函数 _wmain 中被引用
error LNK2019: 无法解析的外部符号 _SDL_GetError,该符号在函数 _wmain 中被引用解决方案:点击项目->属性(Alt+F7)->配置属性->链接器->输入->附加依赖项(添加。。)SDL.libSDLmain.lib转载于:https://www.cnblogs.com/ouyangyuxi/p/4994048.html...
2015-11-25 11:13:00
809
转载 \common.h(87): fatal error C1004: 发现意外的文件尾
\common.h(87): fatal error C1004: 发现意外的文件尾解决方案:在包含头文件前:#define __STDC_CONSTANT_MACROS转载于:https://www.cnblogs.com/ouyangyuxi/p/4994043.html
2015-11-25 11:12:00
531
转载 windows下编译ffmpeg
如何编译在Windows7和VS2012 ffmpeg如何成功编译ffmpeg windows下。我的latop Windows 7 64位和VS2012但我在32位模式下编译。步骤1)mingw下载并安装它(C,c++,MSYS基本系统,mingw开发者工具包)。minGW shell并输入以下命令运行"mingw-get安装zlib""mingw-get安装libz-de...
2015-11-24 11:27:00
217
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人