Closed mcd500 closed 6 years ago
Yes, I have a branch with have-bigendian.c
that sets RTP_BIG_ENDIAN
as used in the code.
I would like to put it on top of https://github.com/columbia-irt/rtptools/pull/72 though, where the whole infrastructure gets cleaner.
Thanks, this is one step forward for the https://github.com/columbia-irt/rtptools/issues/59
With the autotools, the endian of the system was detected by
AC_C_BIGENDIAN
and rtp.h was expecting to have WORDS_BIGENDIAN or not to properly work on bigendian system.
Something similar of AC_C_BIGENDIAN in configure would probably do.