Modify ↓
Ticket #4137 (closed defect: fixed)
Opened 5 years ago
Last modified 5 years ago
changeset 14805 doesn't compile with -enable-libmp3lame
| Reported by: | anonymous | Owned by: | janne |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The lib didn't change between 14777 an 14805, the 14805 doesn't compile. it fails giving this error:
lib64/qt-3.3/include -o libmp3lame.o libmp3lame.c In file included from libmp3lame.c:30: /usr/include/lame/lame.h:116: error: expected identifier before numeric constant make[2]: * [libmp3lame.o] Error 1 make[2]: Leaving directory `/home/mythtv/dev/firewireless/mythtv/libs/libavcodec' make[1]: * [sub-libavcodec] Error 2 make[1]: Leaving directory `/home/mythtv/dev/firewireless/mythtv/libs' make: * [sub-libs] Error 2
Attachments
Change History
comment:1 Changed 5 years ago by janne
- Owner changed from ijr to janne
- Priority changed from major to trivial
- Version changed from unknown to head
- Status changed from new to assigned
- Severity changed from high to low
Note: See
TracTickets for help on using
tickets.

I don't think lame support in libavcodec has any use for mythtv. The software encoder uses lame directly and otherwise nothing encodes audio.