Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
8a87d81d
Commit
8a87d81d
authored
10 years ago
by
Vittorio Giovara
Committed by
Tristan Matthews
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
build: check for and use pjproject externally
Change-Id: I8abcb4a158b563541491115563f7859d2c83a63a Refs: #46617
parent
cad043a6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
daemon/configure.ac
+4
-3
4 additions, 3 deletions
daemon/configure.ac
daemon/globals.mak
+0
-13
0 additions, 13 deletions
daemon/globals.mak
daemon/src/Makefile.am
+2
-2
2 additions, 2 deletions
daemon/src/Makefile.am
with
6 additions
and
18 deletions
daemon/configure.ac
+
4
−
3
View file @
8a87d81d
...
...
@@ -133,6 +133,10 @@ AS_IF([test -n "${CONTRIB_DIR}"], [
])
AC_SUBST(CONTRIB_DIR)
dnl Check for pjproject
PKG_CHECK_MODULES(PJPROJECT, libpjproject,, AC_MSG_ERROR([Missing pjproject files]))
dnl Check for uuid development package - name: uuid-dev
UUID_MIN_VERSION=1.0
PKG_CHECK_MODULES(UUID, uuid >= ${UUID_MIN_VERSION}, HAVE_UUID=true, HAVE_UUID=false);
...
...
@@ -500,6 +504,3 @@ AC_CONFIG_FILES([Makefile \
# Go!
AC_OUTPUT
AC_CONFIG_SUBDIRS([libs/pjproject-2.2.1])
AC_MSG_NOTICE([[Configuration done! Please make sure that pjsip library (libs/pjproject-2.2.1) has already been compiled. Run `make' to build the software.]])
This diff is collapsed.
Click to expand it.
daemon/globals.mak
+
0
−
13
View file @
8a87d81d
...
...
@@ -7,18 +7,6 @@ sflplugindir=$(sfllibdir)/plugins
ASTYLERC
=
"
$(
top_srcdir
)
/../astylerc"
indent
=
"/usr/bin/astyle"
PJPROJECT_DIR
=
pjproject-2.2.1
# for pjsip
include
$(src)/libs/$(PJPROJECT_DIR)/build.mak
PJSIP_LIBS
=
$(
APP_LDFLAGS
)
$(
APP_LDLIBS
)
SIP_CFLAGS
=
-I
$(
src
)
/libs/
$(
PJPROJECT_DIR
)
/pjsip/include
\
-I
$(
src
)
/libs/
$(
PJPROJECT_DIR
)
/pjlib/include
\
-I
$(
src
)
/libs/
$(
PJPROJECT_DIR
)
/pjlib-util/include
\
-I
$(
src
)
/libs/
$(
PJPROJECT_DIR
)
/pjmedia/include
\
-I
$(
src
)
/libs/
$(
PJPROJECT_DIR
)
/pjnath/include
\
-DPJ_AUTOCONF
=
1
if
BUILD_SPEEX
SPEEXCODEC
=
-DHAVE_SPEEX_CODEC
...
...
@@ -36,7 +24,6 @@ endif
AM_CPPFLAGS
=
\
-I
$(
src
)
/libs
\
-I
$(
src
)
/libs/iax2
\
-I
$(
src
)
/libs/
$(
PJPROJECT_DIR
)
\
-I
$(
src
)
/src
\
-I
$(
src
)
/src/config
\
-I
$(
src
)
/test
\
...
...
This diff is collapsed.
Click to expand it.
daemon/src/Makefile.am
+
2
−
2
View file @
8a87d81d
...
...
@@ -54,7 +54,7 @@ libsflphone_la_LIBADD = \
libsflphone_la_LDFLAGS
=
\
@ZRTPCPP_LIBS@
\
$(
PJSIP
_LIBS
)
\
@PJPROJECT
_LIBS
@
\
@CCRTP_LIBS@
\
@ALSA_LIBS@
\
@PULSEAUDIO_LIBS@
\
...
...
@@ -65,7 +65,7 @@ libsflphone_la_LDFLAGS = \
libsflphone_la_CFLAGS
=
\
@ZRTPCPP_CFLAGS@
\
$(
PJSIP
_CFLAGS
)
\
@PJPROJECT
_CFLAGS
@
\
@CCRTP_CFLAGS@
\
@ALSA_CFLAGS@
\
@PULSEAUDIO_CFLAGS@
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment