mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
ST: Define and use a new jmpbuf. v5.0.57
This commit is contained in:
parent
7d47017a00
commit
eb2056db25
8 changed files with 104 additions and 162 deletions
3
trunk/3rdparty/st-srs/tools/jmpbuf/Makefile
vendored
3
trunk/3rdparty/st-srs/tools/jmpbuf/Makefile
vendored
|
@ -1,5 +1,6 @@
|
|||
.PHONY: default clean
|
||||
|
||||
LDLIBS=
|
||||
CFLAGS=-g -O0
|
||||
|
||||
OS_NAME = $(shell uname -s)
|
||||
|
@ -13,7 +14,7 @@ endif
|
|||
|
||||
default: ./jmpbuf ./jmpbuf.E.c
|
||||
|
||||
./jmpbuf: jmpbuf.c
|
||||
./jmpbuf: jmpbuf.c $(LDLIBS)
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -Wall -o $@ $^ $(LDLIBS)
|
||||
|
||||
./jmpbuf.E.c: jmpbuf.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue