Skip to content
Snippets Groups Projects
Commit 92d62cfc authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #26302: pjsip: fix build of daemon for bi-endian systems

parent 9e8be8a0
Branches
Tags
No related merge requests found
......@@ -16,7 +16,8 @@ SIP_CFLAGS=-I$(src)/libs/pjproject-2.1.0/pjsip/include \
-I$(src)/libs/pjproject-2.1.0/pjlib/include \
-I$(src)/libs/pjproject-2.1.0/pjlib-util/include \
-I$(src)/libs/pjproject-2.1.0/pjmedia/include \
-I$(src)/libs/pjproject-2.1.0/pjnath/include
-I$(src)/libs/pjproject-2.1.0/pjnath/include \
-DPJ_AUTOCONF=1
if BUILD_SPEEX
SPEEXCODEC=-DHAVE_SPEEX_CODEC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment