diff --git a/lib/rtplib.h b/lib/rtplib.h index e2ae14d01..cb83fff1e 100644 --- a/lib/rtplib.h +++ b/lib/rtplib.h @@ -3,7 +3,11 @@ #include #include "str.h" -#include "codeclib.h" + + + +struct codec_def_s; +typedef struct codec_def_s codec_def_t; struct rtp_header {