Commit 8aca00cc authored by Derek Buitenhuis's avatar Derek Buitenhuis

libx265: Properly handled dynamic linking with MSVC

Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent 0f7fa48c
......@@ -29,6 +29,10 @@
#include "avcodec.h"
#include "internal.h"
#if defined(_MSC_VER)
#define X265_API_IMPORTS 1
#endif
typedef struct libx265Context {
const AVClass *class;
......
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