Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 8 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 5255:

Fixed #1907: Remove pjmedia* circular dependency

comment:2 Changed 8 years ago by ming

In 5257:

Re #1907: Fixed build error: undeclared variables PJMEDIA_VID_DEV_MAX_DRIVERS and PJMEDIA_VID_DEV_MAX_DEVS when PJMEDIA_HAS_VIDEO is disabled.

comment:3 Changed 8 years ago by nanang

In 5260:

Re #1907: Updated VS2005 build settings, added the new files audio/videodev.h/c.

comment:4 Changed 8 years ago by riza

In 5267:

Re #1907: Updated VS2015 build settings, added the new files audio/videodev.h/c.

Note: See TracTickets for help on using tickets.