Skip to content

Commit

Permalink
rtp_media_server: removed lib bcunit linking
Browse files Browse the repository at this point in the history
- not required for the code
- tested on debian 11

(cherry picked from commit 38f17e6)
  • Loading branch information
miconda committed Jan 6, 2023
1 parent b78a813 commit 53f6395
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/rtp_media_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ NAME=rtp_media_server.so
DEFS+=-I$(LOCALBASE)/include

ORTPLIBS=-lortp
BCUNITLIBS=-lbcunit
MS2LIBS=-lmediastreamer

LIBS+=-L$(LOCALBASE)/lib $(ORTPLIBS) $(BCUNITLIBS) $(MS2LIBS)
LIBS+=-L$(LOCALBASE)/lib $(ORTPLIBS) $(MS2LIBS)
include ../../Makefile.modules

0 comments on commit 53f6395

Please sign in to comment.