Browse Source

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
tags/v0.5
Michael Niedermayer 20 years ago
parent
commit
337afd1420
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/x264.c

+ 1
- 0
libavcodec/x264.c View File

@@ -19,6 +19,7 @@


#include "avcodec.h" #include "avcodec.h"
#include <x264.h> #include <x264.h>
#include <math.h>


typedef struct X264Context { typedef struct X264Context {
x264_param_t params; x264_param_t params;


Loading…
Cancel
Save