Added basic websocket support
This commit is contained in:
parent
f126b17ed1
commit
dd976f7a7a
3 changed files with 190 additions and 0 deletions
|
@ -136,6 +136,7 @@ set(libHeaders
|
|||
lib/riff.h
|
||||
lib/ebml.h
|
||||
lib/ebml_socketglue.h
|
||||
lib/websocket.h
|
||||
)
|
||||
|
||||
########################################
|
||||
|
@ -178,6 +179,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