Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-telephony
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Feed
lede-telephony
Commits
bf061363
Unverified
Commit
bf061363
authored
7 years ago
by
Jiri Slachta
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #216 from micmac1/baresip
baresip: add missing dependency
parents
d0bc9203
3bf3f51c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/baresip/Makefile
+2
-2
2 additions, 2 deletions
net/baresip/Makefile
with
2 additions
and
2 deletions
net/baresip/Makefile
+
2
−
2
View file @
bf061363
...
...
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
baresip
PKG_VERSION
:=
0.5.6
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://www.creytiv.com/pub
...
...
@@ -150,7 +150,7 @@ $(eval $(call BuildPackage,baresip))
$(
eval
$(
call BuildPlugin,alsa,ALSA audio driver,alsa,+alsa-lib
))
$(
eval
$(
call BuildPlugin,aubridge,Audio bridge module,aubridge,
))
$(
eval
$(
call BuildPlugin,aufile,Audio module
for
using a WAV-file as audio input,aufile,
))
$(
eval
$(
call BuildPlugin,avcodec,Video codec using FFmpeg,avcodec,+libffmpeg-full
))
$(
eval
$(
call BuildPlugin,avcodec,Video codec using FFmpeg,avcodec,+libffmpeg-full
+libx264
))
$(
eval
$(
call BuildPlugin,avformat,Video
source
using FFmpeg,avformat,+libffmpeg-full
))
$(
eval
$(
call BuildPlugin,cons,UDP/TCP console UI driver,cons,
))
$(
eval
$(
call BuildPlugin,debug_cmd,Debug commands,debug_cmd,
))
...
...
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