Opened 16 years ago

Closed 16 years ago

#4137 closed defect (fixed)

changeset 14805 doesn't compile with -enable-libmp3lame

Reported by: anonymous Owned by: Janne Grunau
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

Change History (2)

comment:1 Changed 16 years ago by Janne Grunau

Owner: changed from Isaac Richards to Janne Grunau
Priority: majortrivial
Severity: highlow
Status: newassigned
Version: unknownhead

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

comment:2 Changed 16 years ago by Janne Grunau

Resolution: fixed
Status: assignedclosed

(In [14808]) Closes #4137. fix libmp3lame enabled libavcodec build

Note: See TracTickets for help on using tickets.