Merge branch 'development' into LTS_development
# Conflicts: # src/output/output_http.cpp # src/output/output_http_internal.cpp
This commit is contained in:
commit
e06b14ce77
9 changed files with 428 additions and 123 deletions
|
@ -178,6 +178,7 @@ set(libHeaders
|
|||
lib/riff.h
|
||||
lib/ebml.h
|
||||
lib/ebml_socketglue.h
|
||||
lib/websocket.h
|
||||
)
|
||||
|
||||
########################################
|
||||
|
@ -231,6 +232,7 @@ add_library (mist
|
|||
lib/riff.cpp
|
||||
lib/ebml.cpp
|
||||
lib/ebml_socketglue.cpp
|
||||
lib/websocket.cpp
|
||||
)
|
||||
if (NOT APPLE)
|
||||
set (LIBRT -lrt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue