diff options
author | L. Tosser <loic.tosser@aswat-telecom.com> | 2016-01-19 12:38:27 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-01-19 12:58:32 +0000 |
commit | 09022fe878d7e8536270386993bc4e4d9c038138 (patch) | |
tree | f8eb6209f49c06bb60eadcabd48398a316b4294e /main/freeswitch/0002-FS-verto-bswap_64.patch | |
parent | 34be128a47762c967c596f7c2f739fa27b861379 (diff) | |
download | aports-09022fe878d7e8536270386993bc4e4d9c038138.tar.bz2 aports-09022fe878d7e8536270386993bc4e4d9c038138.tar.xz |
main/freeswitch: upgrade to 1.6.6, remove patches & add modules
* Upgrade to Freeswtich 1.6.6
* Remove useless patches (integrated in Freeswitch 1.6.6)
* Add applications/mod_blacklist endpoints/mod_rtc endpoints/mod_skinny endpoints/mod_verto
* Add patch for mod_verto
Diffstat (limited to 'main/freeswitch/0002-FS-verto-bswap_64.patch')
-rw-r--r-- | main/freeswitch/0002-FS-verto-bswap_64.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/freeswitch/0002-FS-verto-bswap_64.patch b/main/freeswitch/0002-FS-verto-bswap_64.patch new file mode 100644 index 0000000000..0cee934c79 --- /dev/null +++ b/main/freeswitch/0002-FS-verto-bswap_64.patch @@ -0,0 +1,12 @@ +--- a/src/mod/endpoints/mod_verto/ws.h ++++ b/src/mod/endpoints/mod_verto/ws.h +@@ -36,6 +36,9 @@ + ((x>>40) & 0x000000000000FF00) | \ + (x<<56) + #endif ++#ifndef __bswap_64 ++#include <byteswap.h> ++#endif + #ifdef _MSC_VER + #ifndef strncasecmp + #define strncasecmp _strnicmp
\ No newline at end of file |