Closed kmsquire closed 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_h.jl
export
(libavdevice isn't actually usable yet.)
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.
For a few different versions of libav/ffmpeg,
libavdevice_h.jl
is empty, except for anexport
line. This is probably wrong.(libavdevice isn't actually usable yet.)