File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
XEngine_ServiceApp/XEngine_StreamMediaApp Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ else ifeq ($(PLATFORM),mac)
6262 PLATVER = -D __MACOS__
6363 PLATDIR = XEngine_Mac
6464 FILEEXT = dylib
65+ LOADHDR += -I /opt/homebrew/opt/srt/include -I /opt/homebrew/opt/srtp/include
66+ LOADSO += -L /opt/homebrew/opt/srt/lib -L /opt/homebrew/opt/srtp/lib
6567 LIBFLAG = -dynamiclib
6668 LIBEX = -lpthread -ldl
6769 LOADBIN = -Wl,-rpath,@loader_path/./
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LIB = -lXEngine_BaseLib -lXEngine_Algorithm \
1111 -lXEngine_Core -lXEngine_ManagePool -lXEngine_Cryption \
1212 -lXClient_Stream \
1313 -lHelpComponents_XLog -lHelpComponents_Packets \
14- -lNetHelp_APIHelp -lNetHelp_XSocket lNetHelp_APIAddr \
14+ -lNetHelp_APIHelp -lNetHelp_XSocket - lNetHelp_APIAddr \
1515 -lRfcComponents_HttpProtocol -lRfcComponents_NatProtocol \
1616 -lXEngine_AVHelp -lXEngine_AudioCodec \
1717 -lStreamMedia_FLVProtocol -lStreamMedia_RTMPProtocol -lStreamMedia_SDPProtocol -lStreamMedia_HLSProtocol -lStreamMedia_RTSPProtocol -lStreamMedia_RTPProtocol -lStreamMedia_RTCPProtocol \
You can’t perform that action at this time.
0 commit comments