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

for #308, disable st examples. for #334, refine the st init and event select.

This commit is contained in:
Nimrod A. Abing (on kohima) 2015-03-09 13:21:04 +08:00 committed by winlin
parent d8f52918aa
commit bc93147426
7 changed files with 112 additions and 34 deletions

View file

@ -0,0 +1,15 @@
*** Makefile Fri Oct 2 06:55:03 2009
--- ../st-1.9-patch/Makefile Mon Mar 16 15:30:35 2015
***************
*** 310,315 ****
--- 310,319 ----
EXAMPLES =
endif
+ # disable examples for ubuntu crossbuild failed.
+ # @see https://github.com/winlinvip/simple-rtmp-server/issues/308
+ EXAMPLES =
+
ifeq ($(OS), DARWIN)
LINKNAME = libst.$(DSO_SUFFIX)
SONAME = libst.$(MAJOR).$(DSO_SUFFIX)