Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
15665daf
Commit
15665daf
authored
8 years ago
by
Joshua Colp
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "pjproject_bundled: Fix issue with libasteriskpj needing libresample"
parents
876c6b0c
78dc6cea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
third-party/pjproject/Makefile
+7
-7
7 additions, 7 deletions
third-party/pjproject/Makefile
third-party/pjproject/Makefile.rules
+4
-0
4 additions, 0 deletions
third-party/pjproject/Makefile.rules
with
11 additions
and
7 deletions
third-party/pjproject/Makefile
+
7
−
7
View file @
15665daf
...
...
@@ -103,7 +103,12 @@ source/pjlib/include/pj/%.h: patches/%.h
$(
ECHO_PREFIX
)
Applying custom include file
$<
$(
CMD_PREFIX
)
cp
-f
$<
source
/pjlib/include/pj/
source/build.mak
:
Makefile.rules source/version.mak source/user.mak $(addprefix source/pjlib/include/pj/
,
$(notdir $(wildcard patches/*.h)))
.rebuild_needed
:
$(wildcard ../../makeopts) $(wildcard ../../menuselect.makeopts)
$(
ECHO_PREFIX
)
Rebuilding
$(
CMD_PREFIX
)
$(
MAKE
)
clean
$(
REALLY_QUIET
)
@
touch
.rebuild_needed
source/build.mak
:
Makefile.rules source/version.mak source/user.mak $(addprefix source/pjlib/include/pj/
,
$(notdir $(wildcard patches/*.h))) .rebuild_needed
$(
ECHO_PREFIX
)
Configuring with
$(
PJPROJECT_CONFIG_OPTS
)
$(
CMD_PREFIX
)
(
cd source
;
./aconfigure
$(
QUIET_CONFIGURE
)
$(
PJPROJECT_CONFIG_OPTS
)
)
...
...
@@ -115,12 +120,7 @@ configure: source/build.mak
echo_cflags
:
source/build.mak
@
echo
$(
PJ_CFLAGS
)
.rebuild_needed
:
../../makeopts ../../menuselect.makeopts
$(
ECHO_PREFIX
)
Rebuilding
$(
CMD_PREFIX
)
$(
MAKE
)
clean
$(
REALLY_QUIET
)
@
touch
.rebuild_needed
libpj%.a
:
.rebuild_needed source/build.mak
libpj%.a
:
source/build.mak
$(
ECHO_PREFIX
)
Compiling lib
$(
@F
)
$(
CMD_PREFIX
)
$(
MAKE
)
-C
$(
dir
$(
shell
dirname
$@
))
/build
$(
@F
)
$(
REALLY_QUIET
)
-
@rm
-rf
.rebuild_needed
...
...
This diff is collapsed.
Click to expand it.
third-party/pjproject/Makefile.rules
+
4
−
0
View file @
15665daf
...
...
@@ -28,6 +28,10 @@ PJPROJECT_CONFIG_OPTS = --prefix=/opt/pjproject \
--without-external-pa
\
--without-external-srtp
ifeq
($(findstring TEST_FRAMEWORK,$(MENUSELECT_CFLAGS)),)
PJPROJECT_CONFIG_OPTS
+=
--disable-resample
--disable-g711-codec
endif
ifeq
($(shell uname -s),Linux)
PJPROJECT_CONFIG_OPTS
+=
--enable-epoll
endif
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