#44699: ffmpeg @2.3.1 libgmp version ------------------------+---------------------- Reporter: lkelley@… | Owner: devans@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: ffmpeg | ------------------------+---------------------- Changes (by devans@…): * status: closed => reopened * resolution: fixed => Comment: Looks like your ports are out of date. Current version of ffmpeg is 2.3.3 and latest version of gmp is 6.0.0 which indeed provides /opt/local/lib/libgmp.10.dylib version 13: {{{ $ otool -L /opt/local/lib/libgmp.10.dylib /opt/local/lib/libgmp.10.dylib: /opt/local/lib/libgmp.10.dylib (compatibility version 13.0.0, current version 13.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) }}} Please update your ports tree and try again: {{{ sudo port selfupdate sudo port clean ffmpeg sudo port install ffmpeg }}} This should install (at least) updated versions of gmp and ffmpeg for you. Also note that the current version of Xcode for Mavericks is 5.1.1 -- you should upgrade although that is not the problem here. -- Ticket URL: <https://trac.macports.org/ticket/44699#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X