Skip to content

Commit

Permalink
feat: rtcp header extension & rtcp rtpfb/psfb/xr
Browse files Browse the repository at this point in the history
  • Loading branch information
ireader committed Oct 29, 2022
1 parent fc7e636 commit efb5c90
Show file tree
Hide file tree
Showing 44 changed files with 5,637 additions and 143 deletions.
2 changes: 1 addition & 1 deletion librtp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INCLUDES = . ./include
#-------------------------------Source-------------------------------
#
#--------------------------------------------------------------------
SOURCE_PATHS = source payload
SOURCE_PATHS = source payload rtpext
SOURCE_FILES = $(foreach dir,$(SOURCE_PATHS),$(wildcard $(dir)/*.cpp))
SOURCE_FILES += $(foreach dir,$(SOURCE_PATHS),$(wildcard $(dir)/*.c))

Expand Down
Loading

0 comments on commit efb5c90

Please sign in to comment.