[mythtv-commits] Ticket #10733: [PATCH] ffmpeg: Allow building with libx264 >= 0.85

MythTV noreply at mythtv.org
Thu May 17 17:19:55 UTC 2012


#10733: [PATCH] ffmpeg: Allow building with libx264 >= 0.85
-------------------------------------------+----------------------------
     Reporter:  Lawrence Rust <lvr@…>      |      Owner:  beirdo
         Type:  Patch - Bug Fix            |     Status:  new
     Priority:  minor                      |  Milestone:  unknown
    Component:  MythTV - configure script  |    Version:  Unspecified
     Severity:  medium                     |   Keywords:  ffmpeg libx264
Ticket locked:  0                          |
-------------------------------------------+----------------------------
 Commit 9cb02dee (Make it compile at least the ffmpeg part) added a test in
 configure for libx264 headers >= 118 so that FFmpeg/libavcodec/libx264.c
 compiled.  Unfortunately, only the most recent distributions of Ubuntu
 (>=12.04) ship with this version meaning that h264 compression can't be
 built in earlier standard Ubuntu versions such as 10.04 LTS which is still
 supported.

 The dependency on libx264 headers in libx264.c can be conditionally
 compiled meaning that older libx264 versions can be supported.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10733>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list