Opened 12 years ago

Last modified 12 years ago

#32394 closed defect

gst-ffmpeg 0.10.13 i386 build fail — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.