Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#10473 closed Patch - Feature (Fixed)
Fix for compile with clang
| Reported by: | Owned by: | beirdo | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | MythTV - Video/OSD Rendering | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Port the mplayer yadif filter fix (revision 32437) to mythtv port to allow compile with clang
mplayer log: yadif: Explicit wordlength for compare. Fixes compile with clang.
mplayer cvslog reference: http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/2010-October/040647.html
Attachments (1)
Change History (9)
by , 14 years ago
| Attachment: | filter_yadif.diff added |
|---|
comment:1 by , 14 years ago
| Component: | MythTV - General → MythTV - Video/OSD Rendering |
|---|---|
| Version: | Unspecified → Master Head |
comment:2 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 14 years ago
comment:4 by , 14 years ago
| Type: | Patch - Bug Fix → Patch - Feature |
|---|
comment:5 by , 14 years ago
| Milestone: | unknown → 0.26 |
|---|
comment:6 by , 14 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
Committed to master in ecda14d1d751a4aa4b8eeb903330393d0e12bc48
Note:
See TracTickets
for help on using tickets.

Technically, I think this should have been submitted as a "Patch - Feature" since compiling with clang is not a supported mechanism at this time. Unfortunately, I can not correct my error.