JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

examine libavdevice wrapping failures #6

Closed kmsquire closed 10 years ago

kmsquire commented 10 years ago

For a few different versions of libav/ffmpeg, libavdevice_h.jl is empty, except for an export line. This is probably wrong.

(libavdevice isn't actually usable yet.)

kmsquire commented 10 years ago

So, it turns out that there wasn't anything special to wrap in those files, so the worst that was produced was a couple of files with empty export lines.