Opened 14 years ago

Closed 14 years ago

#7920 closed patch (invalid)

libavcodec could not be compiled with latest libx264

Reported by: eltorio@… Owned by: Janne Grunau
Priority: minor Milestone: unknown
Component: MythTV - Video Playback Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

1/ Due to the need of stdint.h before of x264.h the libx264 is not correctly detected by configure (I use the configure.x264.patch )

2/ latest libx264 use i_bframe_pyramid parameter member (I use the libx264_0_83.diff patch )

Attachments (2)

configure.x264.patch (792 bytes) - added by eltorio@… 14 years ago.
patch for detecting latest libx264
libx264_0_83.diff (624 bytes) - added by eltorio@… 14 years ago.
change in libavcodec for latest libx264 support

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by eltorio@…

Attachment: configure.x264.patch added

patch for detecting latest libx264

Changed 14 years ago by eltorio@…

Attachment: libx264_0_83.diff added

change in libavcodec for latest libx264 support

comment:1 Changed 14 years ago by robertm

Resolution: invalid
Status: newclosed

--enable-libx264 is not a valid MythTV configure option, which is why you don't see it when you run ./configure --help. Myth does not use libx264 in any fashion, and you shouldn't be attempting to build against it.

Note: See TracTickets for help on using tickets.