Sessions rework
This commit is contained in:
parent
3e85da2afd
commit
074e757028
27 changed files with 1222 additions and 1183 deletions
|
@ -592,6 +592,17 @@ makeOutput(RTSP rtsp)#LTS
|
|||
makeOutput(WAV wav)#LTS
|
||||
makeOutput(SDP sdp http)
|
||||
|
||||
add_executable(MistSession
|
||||
${BINARY_DIR}/mist/.headers
|
||||
src/session.cpp
|
||||
)
|
||||
install(
|
||||
TARGETS MistSession
|
||||
DESTINATION bin
|
||||
)
|
||||
target_link_libraries(MistSession mist)
|
||||
|
||||
|
||||
add_executable(MistProcFFMPEG
|
||||
${BINARY_DIR}/mist/.headers
|
||||
src/process/process_ffmpeg.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue