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

jbuf: move jbuf to baresip #971

Merged
merged 2 commits into from
Oct 4, 2023
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
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ include(CheckCCompilerFlag)

option(USE_REM "Enable Librem" ON)
option(USE_BFCP "Enable BFCP" ON)
option(USE_JBUF "Enable JBUF" ON)
option(USE_PCP "Enable PCP" ON)
option(USE_RTMP "Enable RTMP" ON)
option(USE_SIP "Enable SIP" ON)
Expand Down Expand Up @@ -138,7 +137,6 @@ set(HEADERS
include/re_http.h
include/re_httpauth.h
include/re_ice.h
include/re_jbuf.h
include/re_json.h
include/re_list.h
include/re_main.h
Expand Down Expand Up @@ -442,13 +440,6 @@ if(USE_BFCP)
endif()


if(USE_JBUF)
list(APPEND SRCS
src/jbuf/jbuf.c
)
endif()


if(USE_PCP)
list(APPEND SRCS
src/pcp/msg.c
Expand Down
188 changes: 0 additions & 188 deletions docs/jbuf/README.md

This file was deleted.

79 changes: 0 additions & 79 deletions docs/jbuf/jbuf.plot

This file was deleted.

1 change: 0 additions & 1 deletion include/re.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ extern "C" {
#include "re_http.h"
#include "re_httpauth.h"
#include "re_ice.h"
#include "re_jbuf.h"
#include "re_net.h"
#include "re_main.h"
#include "re_md5.h"
Expand Down
40 changes: 0 additions & 40 deletions include/re_jbuf.h

This file was deleted.

Loading