On 2014-02-21 17:16:20 +0000, Derek Buitenhuis wrote:
> Signed-off-by: Derek Buitenhuis <derek.buitenh...@gmail.com>
> ---
>  libavcodec/libx265.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c
> index 7fdccc7..9833e48 100644
> --- a/libavcodec/libx265.c
> +++ b/libavcodec/libx265.c
> @@ -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;
>  

ok assuming this is still based on x264

Janne
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to