Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed deprecated features from SRT C API #1364

Merged
merged 8 commits into from
Jun 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
630 changes: 0 additions & 630 deletions ATTIC/srt-multiplex.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1146,15 +1146,6 @@ if (ENABLE_EXAMPLES)

srt_add_example(testcapi-connect.c)
target_link_libraries(testcapi-connect ${srt_link_library} ${DEPENDS_srt})

set (SOURCES_suflip
${CMAKE_CURRENT_SOURCE_DIR}/examples/suflip.cpp
${CMAKE_CURRENT_SOURCE_DIR}/apps/uriparser.cpp
${CMAKE_CURRENT_SOURCE_DIR}/apps/apputil.cpp
)
srt_add_program(suflip ${SOURCES_suflip})
target_link_libraries(suflip ${srt_link_library})
install(TARGETS suflip RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()


Expand Down
63 changes: 0 additions & 63 deletions common/win/ATTIC/winporting.h

This file was deleted.

Loading