brndx Posted February 26, 2018 Share Posted February 26, 2018 When loading the LETheora.dll I receive an "Invalid ELF header" error so I'm guessing I need the shared object version of the LETheora library or another way to play videos in the engine for Linux. Is there another way to have the dll work without somehow accessing the source code and recompiling it to build a shared object? Quote Link to comment Share on other sites More sharing options...
aiaf Posted February 27, 2018 Share Posted February 27, 2018 You need the so version or static link the library (.a file). For more understanding: https://linux-audit.com/elf-binaries-on-linux-understanding-and-analysis/ Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
brndx Posted February 28, 2018 Author Share Posted February 28, 2018 Unfortunately the LETheora.dll file was created for Leadwerks 2 some eight years ago so I doubt the source code is still around to build the necessary file. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.