#16137: ffmpeg: build error: can't allocate region on Mac OS X 10.4.11 ---------------------------------+------------------------------------------ Reporter: dklug1234@yahoo.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by dklug1234@yahoo.de): Replying to [comment:1 ryandesign@macports.org]:
I believe you could add a dependency on port:gmake to the ffmpeg port, and set `build.cmd` to `gmake` to get it to use it.
Hello, thanks, that worked. It compiled, but now I have a problem with the resulting binary. It seems the variants that I selected are not active. My command was 'sudo port install ffmpeg -gpl -lame -theora -faac -faad -x264 -a52 -postproc -avfilter' I get the following output from the resulting binary: {{{ $ /opt/local/bin/ffmpeg FFmpeg version UNKNOWN, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --enable-shared --enable-pthreads libavutil version: 49.7.0 libavcodec version: 51.60.0 libavformat version: 52.18.0 libavdevice version: 52.0.0 built on Jul 31 2008 11:20:01, gcc: 4.0.1 (Apple Computer, Inc. build 5250) }}} Whereas my other build shows the correct configuration (different, but the one I chose): {{{ $ /usr/local/bin/ffmpeg FFmpeg version SVN-r14463, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-pthreads --enable-libfaac --enable-libfaad --enable-liba52 --enable-libx264 --enable-libmp3lame --enable-gpl --disable-debug --disable-shared libavutil version: 49.7.0 libavcodec version: 51.62.0 libavformat version: 52.18.0 libavdevice version: 52.0.0 built on Jul 29 2008 16:37:30, gcc: 4.0.1 (Apple Computer, Inc. build 5250) }}} Consequently, mp3, aac, h264 support are not working with the MacPorts build. Is there something I am missing? Or should I file a new ticket for this? -- Ticket URL: <http://trac.macports.org/ticket/16137#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS