You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 mean I could explain more if you'd like...
Basically my impression is that was making VAPIs from the wrong C header files, i.e. making VAPIs for internal headers, not the public API. I decided to take a break from this project when I realized that that was what I was doing wrong.
In general I hadn't quite yet figured out how to link the C headers to the VAPIs in Meson, yet, either. As I said, this is nowhere near usable...
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
The text was updated successfully, but these errors were encountered: