Skip to content

Commit

Permalink
Merge pull request #6 from Quicr/cleanup
Browse files Browse the repository at this point in the history
remove unused code
  • Loading branch information
suhasHere committed Mar 16, 2022
2 parents 1eb170a + 638281e commit 5f34739
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 2,130 deletions.
25 changes: 0 additions & 25 deletions cmd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,2 @@
add_executable( echoSFU echoSFU.cc)
target_link_libraries( echoSFU PUBLIC neoMedia)

add_executable( bcastSFU bcastSFU.cc)
target_link_libraries( bcastSFU PUBLIC neoMedia)

add_executable(forty forty-bytes.cc)
target_link_libraries( forty PUBLIC neoMedia)

find_package(portaudio QUIET)
if(portaudio_FOUND)
add_executable( sound sound.cc)
target_link_libraries( sound PUBLIC neoMedia )

if (WIN32)
target_link_libraries( sound PUBLIC portaudio )
else(WIN32)
target_link_libraries( sound PUBLIC portaudio_static )
endif(WIN32)
else(portaudio_FOUND)
message(STATUS "Skipping building sound as missing portaudio")
endif(portaudio_FOUND)

if (BUILD_SEND_VIDEO_FRAME)
add_executable(sendVideoFrame sendVideoFrame.cc)
target_link_libraries(sendVideoFrame PUBLIC neoMedia)
endif (BUILD_SEND_VIDEO_FRAME)
118 changes: 0 additions & 118 deletions cmd/bcastSFU.cc

This file was deleted.

90 changes: 0 additions & 90 deletions cmd/echoSFU.cc

This file was deleted.

Loading

0 comments on commit 5f34739

Please sign in to comment.