formats: The format code should be in libpulse, not libpulsecommon
authorColin Guthrie <colin@mageia.org>
Sun, 4 Sep 2011 18:40:21 +0000 (20:40 +0200)
committerColin Guthrie <colin@mageia.org>
Mon, 5 Sep 2011 08:32:28 +0000 (10:32 +0200)
commit1595608b0b1da794ad79e42c0131c9cb523e9b0b
treec63fe94c2b3eae21bfc97ec07b22cd78485c7af8
parent2b96fdfd2501d7c4728d506a33ecc4575ac66f48
formats: The format code should be in libpulse, not libpulsecommon

Without this change any applications calling e.g. pa_format_info_new()
and friends will be explicitly linked against libpulsecommon-$MAJORMINOR.so
which is something we specifically avoid as it may contain ABI/API unstable
functions.

Also ensure we export pa_format_info_from_string() for external use.

fdo#40616
src/Makefile.am
src/map-file