Opened 17 years ago

Closed 17 years ago

#82 closed defect (fixed)

Disabling codec from autoconf causes link error

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-0.5.10
Component: pjmedia Version: 0.5.9
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Disabling codec(s) with autoconf script (e.g. with --disable-speex-codec option) causes link error because the autoconf script doesn't propagate PJMEDIA_HAS_XX_CODEC macro to other libraries.

Thanks Thomas Reitmayr for the report.

Change History (1)

comment:1 Changed 17 years ago by bennylp

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

Fixed in:

  • r909 (changes in aconfigure.ac and added some config_auto.h.in files),
  • r910 (generated and tested the script), and
  • r911 (fixed various warnings and errors when all codecs are disabled).
Note: See TracTickets for help on using tickets.