Open tudo75 opened 1 year ago
You're probably not doing anything wrong.
This project is nowhere near in actual working condition (which I should probably make clearer in the README—sorry for the confusion 😬), and I've kind of set it aside for the moment while I work on other projects.
If you'd like to help, though, I would definitely welcome that!
I started to work on how to write these vapis. I know now that for every library you want to use you must create only one vapi file with the same name of the library. eg: libavutil => libavutil.vapi In the vapi file you must put references only to the classes, methods, consts, etc that you want to use from vala (so the internal use methods aren't necessary) I started a small test here if you want to take a look: https://github.com/tudo75/ValaFFmpeg
Hi, I tried to use your vapi. Started testing only libswresample and adding the package dependency to my meson file and also the vapi dir
and installed the libswresample-dev lib, but on compilation I receive the error
What I'm missing or doing wrong?
Thanks for your help