Since commit 966c65d, namespace ost has been replaced by the macro NAMESPACE_COMMONCPP. This breaks external uses of some headers. What is the idea behind this? The commit message itself is useless.
In commit a50f981, external usage of ZrtpQueue.h has further been broken. While PR #17 could fix this, it breaks all existing applications which do not have the --cflags from pkg-config added to their CXXFLAGS/CPPFLAGS.
Can these two specific changes be reverted to avoid breaking the interface used by sflphone?
Since commit 966c65d,
namespace osthas been replaced by the macroNAMESPACE_COMMONCPP. This breaks external uses of some headers. What is the idea behind this? The commit message itself is useless.In commit a50f981, external usage of
ZrtpQueue.hhas further been broken. While PR #17 could fix this, it breaks all existing applications which do not have the--cflagsfrom pkg-config added to their CXXFLAGS/CPPFLAGS.Can these two specific changes be reverted to avoid breaking the interface used by sflphone?