Commit b909428d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '4719040c'

* commit '4719040c':
  libx264: Define X264_API_IMPORTS on MSVC/ICL
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 5feaa451 4719040c
......@@ -25,6 +25,11 @@
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "internal.h"
#if defined(_MSC_VER)
#define X264_API_IMPORTS 1
#endif
#include <x264.h>
#include <float.h>
#include <math.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment