Skip to content

Commit b27439f

Browse files
committed
fixed:makefile error
1 parent 692e987 commit b27439f

File tree

1 file changed

+2
-2
lines changed
  • XEngine_Source/XEngine_ModuleHelp

1 file changed

+2
-2
lines changed

XEngine_Source/XEngine_ModuleHelp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ LIB = -lXEngine_OPenSsl
1212
LIBEX =
1313
OBJECTS = ModuleHelp_JT1078.o ModuleHelp_SrtCore.o ModuleHelp_Rtsp.o ModuleHelp_Rtmp.o pch.o
1414

15-
MACRO_SRT_SUPPORT := $(shell gcc -E -dM ../XStorage_BuildSwitch.h | grep _XENGINE_STREAMMEDIA_BUILDSWITCH_SRT | cut -d ' ' -f 3)
16-
MACRO_RTC_SUPPORT := $(shell gcc -E -dM ../XStorage_BuildSwitch.h | grep _XENGINE_STREAMMEDIA_BUILDSWITCH_RTC | cut -d ' ' -f 3)
15+
MACRO_SRT_SUPPORT := $(shell gcc -E -dM ./XStorage_BuildSwitch.h | grep _XENGINE_STREAMMEDIA_BUILDSWITCH_SRT | cut -d ' ' -f 3)
16+
MACRO_RTC_SUPPORT := $(shell gcc -E -dM ./XStorage_BuildSwitch.h | grep _XENGINE_STREAMMEDIA_BUILDSWITCH_RTC | cut -d ' ' -f 3)
1717

1818
ifeq ($(MACRO_SRT_SUPPORT),1)
1919
LIB += -lsrt-gnutls

0 commit comments

Comments
 (0)