-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I got this running on linux in a quick and dirty way.
The dynamic linker (ld) needs to know where the libraries are so you have a number of options
- Copy the contents of addons/godotFFMPEG/bin/linux64 to an ld-known directory such as /usr/local/lib (nasty)
- Add an entry to your ldconfig (this is distribution dependent but not too bad)
- Set an environment variable (LD_LIBARY_PATH) to include the addons/godotFFMPEG/bin/linux64 directory before running the application (or Godot editor)
Once you do this it works perfectly.
Man, I'd love to see this as a Godot 4 GDExtension (hint hint).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels