Opened 13 years ago
Closed 13 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 13 years ago by bennylp
comment:2 Changed 13 years ago by bennylp
comment:3 Changed 13 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.
(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