Wohlstand / libOPNMIDI

A Software MIDI Synthesizer library with OPN2 (YM2612) emulator
GNU Lesser General Public License v3.0
96 stars 6 forks source link

Unable to build demo MIDI player with zita resampler #82

Closed freq-mod closed 5 years ago

freq-mod commented 5 years ago

VLC plugin compiles without any problem with WITH_HQ_RESAMPLER flag, but CLI MIDI player... https://gist.github.com/papiezak/3600434f42592e517f5f921c0fbd128d - undefined references to vresampler (libzita-resampler-dev and zita-resampler packages are installed). Tested on Linux Mint 19.1 when building without hq resampler it works

Wohlstand commented 5 years ago

Looks like a mistake in the linking code... I need to check that case...

Wohlstand commented 5 years ago

Closed too early, please test this first, @papiezak

freq-mod commented 5 years ago

Now it compiles, thanks!