Removed old MistInfo binary and dependencies on it.

This commit is contained in:
Thulinma 2015-04-16 12:21:33 +02:00
parent 7c0db4531d
commit 184f7ad6c8
3 changed files with 28 additions and 170 deletions

View file

@ -203,16 +203,6 @@ makeAnalyser(DTSC dtsc)
makeAnalyser(AMF amf)
makeAnalyser(MP4 mp4)
makeAnalyser(OGG ogg)
add_executable(MistInfo
src/analysers/info.cpp
)
target_link_libraries(MistInfo
mist
)
install(
TARGETS MistInfo
DESTINATION bin
)
########################################
# MistServer - Inputs #