# #ice source 2.0.2 #Implements a stream source for the icecast streaming server. #This software will stream to a single streaming server. #The streaming server assumes responsibility for streaming to all listeners. # ExternalProject_Add ( ices PREFIX ${CMAKE_INSTALL_PREFIX} URL http://downloads.us.xiph.org/releases/ices/ices-2.0.2.tar.gz URL_MD5 d2f53320ebc7b468d0e0f8a3d2b70883 PATCH_COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_LIST_DIR}/patch . CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} -DBUILD_SHARED_LIBS:BOOL=OFF DEPENDS iconv libxml ogg vorbis libshout pthreads )