Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde | |
Include paths are processed from left to right, so we use Prepend to ensure that paths to bundled thirdparty files will have precedence over system paths (e.g. `/usr/include` should have lowest priority). | |||
2018-12-13 | Fix includes and initialization for GDNative Videodecoder | Rémi Verschelde | |
Fixes warnings and a crash when running the destructor with an uninitialized pcm pointer. | |||
2018-12-13 | Added interface for GDNative Videodecoder. | Anish | |
Interface and callback api added for Videodecoder support. Should be able to construct any format videodecoder using only the given interface. GSoC 2018 project. |