Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/35502?usp=email )
Change subject: trau/osmo_ortp: support building without OrtpMemoryFunctions API ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: If "#include "bctoolbox/port.h"" happens in some public header of ortp.h, then: - Yes, it's a public dependency and it's part of the public API of the library - Yes, it's like libosmocore and ortp.
Whatever ortp is using is the internal details of ortp
If it's ina public header, it's not internal details. Internal details means private header or .c files.
they may switch to some other library any day.
That would break its ABI/API.