On Tue, May 03, 2016 at 02:56:08PM +0200, Anton Khirnov wrote: > --- /dev/null > +++ b/libavutil/hwcontext_dxva2.c > @@ -0,0 +1,291 @@ > + > +#include <windows.h> > + > +#ifdef _WIN32_WINNT > +#undef _WIN32_WINNT > +#endif > +#define _WIN32_WINNT 0x0600
This is duplicated in avconv_dxva2.c and 90% similarly in a few other places. Time to refactor? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
