New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32394 (closed defect: duplicate)

Opened 18 months ago

Last modified 18 months ago

gst-ffmpeg 0.10.13 i386 build fail

Reported by: reid@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: haspatch Cc: rmstonecipher@…
Port: gst-ffmpeg

Description (last modified by ryandesign@…) (diff)

It fails as ebx gets clobbered in asm. As per:

http://code.google.com/p/ossbuild/wiki/MacBuild

I added:

post-configure {
        if { $build_arch == "i386" } {
                reinplace "s|HAVE_EBX_AVAILABLE 1|HAVE_EBX_AVAILABLE 0|g" ${worksrcpath}/gst-libs/ext/libav/config.h
        }
}

And it installed.

Change History

comment:1 Changed 18 months ago by ryandesign@…

  • Status changed from new to closed
  • Description modified (diff)
  • Cc rmstonecipher@… added
  • Keywords haspatch added
  • Resolution set to duplicate
  • Port set to gst-ffmpeg

Please use WikiFormatting, fill in the Port field, and Cc the maintainer of the affected port.

Duplicate of #24636 and/or #28182.

Note: See TracTickets for help on using tickets.