Opened 14 years ago
Closed 14 years ago
#1153 closed defect (fixed)
Build problem when telephone events is disabled (thanks Johan Lantz for the report)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.8.10 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Compile errors are something like:
pjmedia-codec\types.h(60): 'PJMEDIA_RTP_PT_DYNAMIC' : undeclared identifier pjmedia-codec\types.h(60): expected constant expression
Note: telephone events can be disabled by setting PJMEDIA_RTP_PT_TELEPHONE_EVENTS to zero.
Change History (1)
comment:1 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3358]) Fix #1153: Fixed missing header dependency in pjmedia-codec/types.h, it should include pjmedia/codec.h