Opened 13 years ago
Closed 12 years ago
#11441 closed Bug Report - General (Upstream Bug)
ffmpeg needs include for sys/types.h in Fedora Rawhide
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.26-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When trying to perform a new build for Fedora Rawhide I ran into an issue where sys/types.h appears to no longer be gotten for free in the bundled FFmpeg.
The attached patch fixed building for me.
Attachments (1)
Change History (5)
by , 13 years ago
Attachment: | mythtv-0.26.0-types_h.patch added |
---|
comment:1 by , 13 years ago
I believe this is related to Fedora bugzilla entry 885306, and is really an upstream (alsa) bug due to the new gcc header layouts that numerous packages (including alsa) will need to address.
comment:2 by , 13 years ago
And it looks like it was pushed upstream: http://git.alsa-project.org/?p=alsa-lib.git;a=commit;h=3e7dc283ed2d3ed2341f0657811c588f4dbcba6d
So, really, Rawhide should pull in the latest alsa.
comment:3 by , 13 years ago
This should now have been fixed upstream in Fedora with alsa-lib-1.0.26-4.fc19 (currently in updates-testing).
comment:4 by , 12 years ago
Resolution: | → Upstream Bug |
---|---|
Status: | new → closed |
Patch to add include for sys/types.h