Closed lucasb-eyer closed 9 years ago
Although the function is in src/ffmpeg/AVUtil/v54/log.jl
, it is likely not being called by LIBAVUTIL.jl.
(this is addressed in the the pending PR).
Go to src/ffmpeg/AVUtil/v54/LIBAVUTIL.jl
, and make sure to uncomment #include("log.jl")
.
Thanks, that works, though in case #47 is still far from being merged, I'd vote for doing that change upfront.
Adding a fix for #49 alone should be no problem. I will wait for Kevin´s feedback regarding the PR and further changes.
Should be fixed by 26b301cb. Please reopen if not (and sorry for the slow response).
I don't understand this error:
But when I grep for it, I do have the file
AVUtil/v54/log.jl
(as well asv51
,v52
andv53
) which defines this function:I'm on Julia master and just did
Pkg.update()
, don't know how recent that error is, though, as it's been a little while I haven't used VideoIO.