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:
parent
60f319de0c
commit
e5720d3906
1 changed files with 1 additions and 1 deletions
2
trunk/research/librtmp/Makefile
Normal file → Executable file
2
trunk/research/librtmp/Makefile
Normal file → Executable 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue