../src/decoder/plugins/VgmstreamDecoderPlugin.cxx:25:10: fatal error: vgmstream/libvgmstream.h: No such file or directory
25 | #include <vgmstream/libvgmstream.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
libvgmstream.h
don't exist but vgmstream.h
yes, even if you patch that are other errors like:
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx:39:8: error: ‘libvgmstream_config_t’ does not name a type
39 | static libvgmstream_config_t vgmstream_config = {};
| ^~~~~~~~~~~~~~~~~~~~~
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx:39:51: warning: extra ‘;’ outside of a function [-Wextra-semi]
39 | static libvgmstream_config_t vgmstream_config = {};
| ^
| -
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx: In function ‘bool VgmstreamInit(const ConfigBlock&)’:
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx:44:34: error: ‘libvgmstream_get_version’ was not declared in this scope
44 | const uint32_t version = libvgmstream_get_version();
| ^~~~~~~~~~~~~~~~~~~~~~~~
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx:50:9: error: ‘vgmstream_config’ was not declared in this scope; did you mean ‘vgmstream_info’?
50 | vgmstream_config.ignore_loop = block.GetBlockValue("ignore_loop", false);
| ^~~~~~~~~~~~~~~~
| vgmstream_info
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx: At global scope:
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx:65:26: error: ‘libvgmstream_t’ does not name a type
65 | VgmstreamGetFormat(const libvgmstream_t *lib)
| ^~~~~~~~~~~~~~
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx: In function ‘AudioFormat VgmstreamGetFormat(const int*)’:
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx:67:39: error: request for member ‘format’ in ‘* lib’, which is of non-class type ‘const int’
67 | AudioFormat audio_format(lib->format->sample_rate, SampleFormat::UNDEFINED,
| ^~~~~~
../src/decoder/plugins/VgmstreamDecoderPlugin.cxx:68:39: error: request for member ‘format’ in ‘* lib’, which is of non-class type ‘const int’
68 | lib->format->channels);
You should report upstream https://github.com/MusicPlayerDaemon/MPD/issues
Pinned Comments