Re: [FFmpeg-devel] [PATCH] configure: use check_lib2 for cuda and cuvid

2016-11-13 Thread Hendrik Leppkes
On Sun, Nov 13, 2016 at 1:31 AM, Timo Rothenpieler wrote: > Seems like I never tested on any 32bit platform. > Applied, thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] configure: use check_lib2 for cuda and cuvid

2016-11-12 Thread Timo Rothenpieler
Seems like I never tested on any 32bit platform. lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] configure: use check_lib2 for cuda and cuvid

2016-11-12 Thread Hendrik Leppkes
On Sat, Nov 12, 2016 at 1:44 AM, Hendrik Leppkes wrote: > Fixes building on Windows with MSVC using the link libraries distributed with > the CUDA SDK. > > check_lib2 is required here because it includes the header to get the full > signature of the > function, including the stdcall calling conv