#18747 closed enhancement (fixed)
ffmpeg: patch to work around API changes in x264 port
Reported by: | simon@… | Owned by: | acho@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | x264 | Cc: | |
Port: | ffmpeg |
Description
Some structs in libx264 changed and broke ffmpeg during compilation. This patch has been taken from #18551 and applied to ffmpeg as they share the libavcodec that uses libx264.
Attachments (1)
Change History (5)
Changed 16 years ago by simon@…
Attachment: | patch-libavcodec_libx264.c.diff added |
---|
comment:1 Changed 16 years ago by dbevans (David B. Evans)
Cc: | acho@… removed |
---|---|
Keywords: | ffmpeg removed |
Owner: | changed from macports-tickets@… to acho@… |
comment:2 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
On the other hand, who knows when they will get this release out so patch committed in r47772. This allows ffmpeg to encode video in h264 format.
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Milestone: | MacPorts 1.7.1 → Port Enhancements |
---|
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Looks ok to me but note that the ffmpeg developers are in the final stages of a formal 0.5 release which should be finalized in the next week or so and would include these changes. ffmpeg should probably be updated at that point as the majority of ffmpeg dependents now build ok against the current ffmpeg-devel (which now points to the initial 0.5 release branch).