1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix bug of research librtmp tools

This commit is contained in:
winlin 2014-04-28 19:05:24 +08:00
parent 60f319de0c
commit e5720d3906

2
trunk/research/librtmp/Makefile Normal file → Executable file
View file

@ -43,7 +43,7 @@ ifeq ($(GCC), gcc)
EXTRA_CXX_FLAG = -g -O0 -ldl -lstdc++
# for arm.
else
EXTRA_CXX_FLAG = -g -O0 -static -lstdc++
EXTRA_CXX_FLAG = -g -O0 -ldl -static -lstdc++
endif
srs_publish_nossl: srs_publish.c $(SRS_RESEARCH_DEPS) $(SRS_LIBRTMP_I) $(SRS_LIBRTMP_L)