自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 demuxing_decoding.cpp 在VS下调试错误总结

include\libavutil\common.h(30): fatal error C1189: #error :  missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS解决:在demuxing_decoding.cpp前面加上#define __STDC_CONSTANT_MACROS  inclu

2015-05-29 19:29:44 3846 1

原创 Windows下使用MinGW+msys编译ffmpeg-2.6.3,没生成ffplay.exe

MINGW32:/c/ffmpeg/ffmpeg-2.6.3configure后,显示出SDL support no,C:\ffmpeg\ffmpeg-2.6.3中生成的config.mak用UltraEdit打开,看到!CONFIG_FFPLAY=yes,!HAVE_SDL=yes,感叹号代表注释掉了,要手动修改config.mak,把感叹号去掉。

2015-05-22 15:02:01 2455

原创 Windows下使用MinGW+msys编译FFmpeg错误

In file included from libavformat/hlsenc.c:26:0:c:\mingw\include\unistd.h:79:1: error: expected ',' or ';' before 'int' int __mingw_sleep( unsigned long, unsigned long ); ^In file included fro

2015-05-21 16:51:11 3455 1

原创 decoding_encoding.c 在VS下调试错误总结

error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.1>          d:\microso

2015-05-10 00:13:14 1637

fonts.conf

Fontconfig is a library designed to provide system-wide font configuration, customization and application access.

2015-09-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除