Opened 16 years ago
Closed 16 years ago
Last modified 16 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)
by , 16 years ago
Attachment: | r20802_porting.patch added |
---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
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