untrunc icon indicating copy to clipboard operation
untrunc copied to clipboard

missed bcrypt library linkage under windows (cygwin)

Open andry81 opened this issue 4 years ago • 3 comments

./libav/libavutil/libavutil.a(random_seed.o): In function `av_get_random_seed':
/cygdrive/c/untrunc/untrunc-master/libav/libavutil/random_seed.c:101: undefined reference to `BCryptOpenAlgorithmProvider@16'
/cygdrive/c/untrunc/untrunc-master/libav/libavutil/random_seed.c:104: undefined reference to `BCryptGenRandom@16'
/cygdrive/c/untrunc/untrunc-master/libav/libavutil/random_seed.c:105: undefined reference to `BCryptCloseAlgorithmProvider@8'

andry81 avatar Dec 16 '19 03:12 andry81

For windows, I have set up automated builds. You can find them here. If something doesn't work, please report it there, not here.

anthwlock avatar Dec 23 '19 19:12 anthwlock

I am not quite understand which one the latest version? :) Yours or anthwlock? What the difference?

andry81 avatar Dec 24 '19 11:12 andry81

It's a fork! Look here for a list of differences.

anthwlock avatar Dec 27 '19 09:12 anthwlock