pcm/PcmConvert: move the Domain instance to Domain.cxx

Rename pcm_convert_domain to pcm_domain.  Move it out so we can use it
without depending on the whole PcmConvert library.
This commit is contained in:
Max Kellermann
2013-12-23 09:04:31 +01:00
parent d7b9886387
commit 2d1a3073f6
7 changed files with 57 additions and 9 deletions

View File

@@ -82,8 +82,6 @@ public:
Error &error);
};
extern const Domain pcm_convert_domain;
bool
pcm_convert_global_init(Error &error);