Add vorbis dependencies when building examples. v1.3.7
authorRalph Giles <giles@thaumas.net>
Sat, 4 Jul 2020 02:38:28 +0000 (19:38 -0700)
committerRalph Giles <giles@thaumas.net>
Sat, 4 Jul 2020 06:12:30 +0000 (23:12 -0700)
commit0657aee69dec8508a0011f47f3b69d7538e9d262
treee6597151dc3515ea14235bb34846ef3f2e628ecf
parenteb40ca5fbd0c60d8bd1fd33be07f02defc21e5d7
Add vorbis dependencies when building examples.

The decoder_example program calls floor() which requires
its own -lm on the link line to resolve the local reference.

It seems on most platforms this was shadowed by the transitive
dependency in the vorbis libraries, but it results in an
unddefined reference error on e.g. debian 10 mipsel.

Signed-off-by: Mark Harris <mark.hsj@gmail.com>
examples/Makefile.am