mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-30 01:18:41 +01:00
fcf7f87a3f0818d7e68ec7653b8b6b5e6150f7c9
fluidsynth 2.2.0 introduced API changes causing:
| audio/softsynth/fluidsynth.cpp:256:11: error: invalid conversion from 'long int (*)(void*)' to 'fluid_sfloader_callback_tell_t' {aka 'long long int (*)(void
The change should be compatible for version < 2.2.0 either
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
meta-games
Open Source games layer for OpenEmbedded.
Maintainers
Marko Lindqvist cazfi74@gmail.com
Dependencies
This layer depends on:
URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD
URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD
Contributing
It is preferred to send patches as pull requests on the Github project directly, e.g. : https://github.com/cazfi/meta-games.
If using Github pull requests is not possible, it is possible to send patches on the OpenEmbedded development mailing list. To send changes to mailing list use something like:
git send-email --to openembedded-devel@lists.openembedded.org \
--subject-prefix='meta-games][PATCH'
Description
Languages
BitBake
100%