Skip to content

Commit

Permalink
rtp_media_server: Makefile - support for FreeBSD build
Browse files Browse the repository at this point in the history
- updated LIBS and DEFS variables, making them consistent with
the rest of modules.

(cherry picked from commit cda0547)
  • Loading branch information
drTr0jan authored and miconda committed Jan 26, 2022
1 parent 0ee717c commit d403374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/rtp_media_server/Makefile
Expand Up @@ -2,11 +2,11 @@ include ../../Makefile.defs
auto_gen=
NAME=rtp_media_server.so

DEFS+=-I$(LOCALBASE)/lib
DEFS+=-I$(LOCALBASE)/include

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

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

0 comments on commit d403374

Please sign in to comment.