Skip to content

Commit

Permalink
update live555 cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Mar 7, 2024
1 parent 1068720 commit 9d9be2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/thingino-live555/thingino-live555.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ THINGINO_LIVE555_CFLAGS += -DLOCALE_NOT_USED
endif

define THINGINO_LIVE555_CONFIGURE_CMDS
echo 'COMPILE_OPTS = $$(INCLUDES) -I. -DSOCKLEN_T=socklen_t -DNO_STD_LIB $(THINGINO_LIVE555_CFLAGS)' >> $(@D)/config.$(THINGINO_LIVE555_CONFIG_TARGET)
echo 'COMPILE_OPTS = $$(INCLUDES) -I. -DSOCKLEN_T=socklen_t -DALLOW_RTSP_SERVER_PORT_REUSE -DNO_STD_LIB $(THINGINO_LIVE555_CFLAGS)' >> $(@D)/config.$(THINGINO_LIVE555_CONFIG_TARGET)
echo 'C_COMPILER = $(TARGET_CC)' >> $(@D)/config.$(THINGINO_LIVE555_CONFIG_TARGET)
echo 'CPLUSPLUS_COMPILER = $(TARGET_CXX)' >> $(@D)/config.$(THINGINO_LIVE555_CONFIG_TARGET)

Expand Down

0 comments on commit 9d9be2d

Please sign in to comment.