提交 337afd14 编写于 作者: M Michael Niedermayer

patch from...

patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c
(math.h needed for log2() at least)

Originally committed as revision 4426 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 32fe3ac0
......@@ -19,6 +19,7 @@
#include "avcodec.h"
#include <x264.h>
#include <math.h>
typedef struct X264Context {
x264_param_t params;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册