On 11 Dec, Timo Rothenpieler wrote :
> +#if defined(_WIN32) && !defined(__CYGWIN__)
> +#include
> +#else
> +#include
> +#endif
> +
> +/* NVENC API is stdcall in cygwin, as it's still Windows */
> +#if defined(__CYGWIN__) && !defined(_WIN32)
> +#define _WIN32
> +#define TEMP_WIN32
> +#endif
> +
>
ffmpeg | branch: master | Timo Rothenpieler | Sun Nov
30 00:04:37 2014 +0100| [2a428db5e2c1d10ff5a7d5e8352eef8d195d440c] | committer:
Michael Niedermayer
avcodec: Add NVENC encoder
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a428db5e2c1d10f