build: do not link format modules against libsox
commitdd8b63bdc2966c931b73d5f7a17db336cbec6c21
authorMans Rullgard <mans@mansr.com>
Wed, 26 Aug 2020 14:30:27 +0000 (26 15:30 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 5 Sep 2020 15:19:25 +0000 (5 16:19 +0100)
tree04165b6cd0b78954021434c97ce17d8c5ae3e7dc
parentd9ae1ddfa60693082e7bf4521dfea5e7f31bd4df
build: do not link format modules against libsox

The format modules should use symbols from the host process.
Linking them against libsox can result in additional copies
thereof being loaded with unpredictable results.  Platforms
that disallow unresolved symbols in shared libraries cannot
support this feature.
src/optional-fmts.am