Ticket #135 (closed task: fixed)
Opened 6 years ago
Last modified 5 years ago
[faad2] add
| Reported by: | scottmc | Owned by: | haiqu |
|---|---|---|---|
| Priority: | normal | Milestone: | Big App Dependencies |
| Component: | media-libs/faad2 | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | haiqu@… |
Change History
comment:1 Changed 6 years ago by haiqu
- Cc haiqu@… added
- Owner changed from scottmc to haiqu
comment:2 Changed 6 years ago by haiqu
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 6 years ago by haiqu
Build instructions:
Copy config.sub and config.guess sh bootstrap CFLAGS="-O2" CXXFLAGS="-O2" ./configure --prefix=/boot/common --enable-shared=yes Edit libfaad/Makefile to remove -c from multiple compilation commands and add -I to AM_CFLAGS includes
comment:4 Changed 5 years ago by scottmc
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening this one as it still lacks a working .bep file.
There's several places where a -c needs to be removed from Makefile.in in several directories. Run
grep -nri '\-c' *
to help locate them.
comment:5 Changed 5 years ago by scottmc
Added preliminary .bep and .patch files files in r791, but there's still some more -c cases that need to be handled. This one could also use an .OPD file as well.
comment:6 Changed 5 years ago by scottmc
- Resolution set to fixed
- Status changed from reopened to closed
added in r1117
Note: See
TracTickets for help on using
tickets.

Just built faad2-2.7 and uploading to you now.