Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#6691 closed defect (fixed)
portability fixes after ffmpeg sync
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Attached patch addresses portability issues after ffmpeg sync:
- cpu_accel.c: configure defines ARCH flags as 0
- RingBuffer?.cpp: use preprocessor directives, else posix_fadvise() is undefined
- ThreadedFileWriter?.cpp: use preprocessor directives, else fdatasync(), etc are undefined
- color.h: linker error due to multiple definitions of pointers
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | r20802_porting.patch added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [20812]) fix ARCH_ defines post ffmpeg sync. Fixes #6690, Refs #6691, Refs #4862