Merged MistInTS and MistInTSStream, added support for streamed file input through stream:// source

This commit is contained in:
Thulinma 2016-08-26 01:59:49 +02:00
parent 44fd455c8e
commit eccd3d2949
4 changed files with 97 additions and 123 deletions

View file

@ -295,9 +295,6 @@ macro(makeInput inputName format)
#Set compile definitions
unset(my_definitions)
if (";${ARGN};" MATCHES ";tslive;")
list(APPEND my_definitions "TSLIVE_INPUT")
endif()
list(APPEND my_definitions "INPUTTYPE=\"input_${format}.h\"")
set_target_properties(MistIn${inputName}
@ -326,7 +323,6 @@ makeInput(Buffer buffer)
makeInput(ISMV ismv)#LTS
makeInput(MP4 mp4)#LTS
makeInput(TS ts)#LTS
makeInput(TSStream ts tslive)#LTS
makeInput(Folder folder folder)#LTS
########################################