#1907 closed enhancement (fixed)
Remove pjmedia* circular dependency
Reported by: | ming | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.5 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently pjmedia library will depend on pjmedia-audiodev and pjmedia-videodev, and vice versa. This may cause problem, for example when building shared libraries with linker flags --as-needed.
Change History (4)
comment:1 Changed 9 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by ming
In 5257:
comment:3 Changed 9 years ago by nanang
In 5260:
comment:4 Changed 9 years ago by riza
In 5267:
Note: See
TracTickets for help on using
tickets.
In 5255: