Skip to content

Commit

Permalink
jbuf: move jbuf to baresip (#971)
Browse files Browse the repository at this point in the history
* jbuf: move jbuf to baresip

* docs: remove obsolete jbuf doc
  • Loading branch information
cspiel1 authored Oct 4, 2023
1 parent 83cb9a4 commit 70600fa
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 1,526 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 @@ -142,7 +141,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 @@ -446,13 +444,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

0 comments on commit 70600fa

Please sign in to comment.