Opened 12 years ago

Closed 12 years ago

#1469 closed defect (fixed)

Configure does not detect and set ffmpeg dependency to x264 properly causing link error

Reported by: bennylp Owned by: nanang
Priority: normal Milestone: release-2.0-rc
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Repro: remove -lx264 from user.mak

Change History (3)

comment:1 Changed 12 years ago by bennylp

(In [4069]) Re #1469: Changed aconfigure to use pkg-config to detect ffmpeg dependencies. On systems where pkg-config is not available (such as Mac OS X), use the supplemented pkgconfig.py Python script. If Python is not available, users then need to configure CFLAGS and LDFLAGS manually prior to running configure

comment:2 Changed 12 years ago by bennylp

(In [4070]) Related to re #1469: enable H.263 and H.264 by default if ffmpeg is available

comment:3 Changed 12 years ago by bennylp

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

Tested on Mac OS, it works.

Note: See TracTickets for help on using tickets.