#13879: mpeg4ip activation fails -------------------------------------+-------------------------------------- Reporter: yanjingfeng@hotmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- After the installation of faac (audio), there will be activation fault when installing mpeg4ip. The error claims mp4.h is used by faac and needs to deactivate faac to finish mpeg4ip installation. A possible solution is change mpeg4ip include and lib directory. {{{ diff -Naur Portfile_old Portfile --- Portfile_old 2007-10-17 15:41:40.000000000 -0400 +++ Portfile 2008-01-08 17:29:36.000000000 -0500 @@ -29,6 +29,8 @@ patchfiles patch-bootstrap.diff configure.cmd ./bootstrap \ + --includedir=${prefix}/include/mpeg4ip \ + --libdir=${prefix}/lib/mpeg4ip \ --disable-player \ --mandir=${prefix}/share/man }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13879> MacPorts </projects/macports> Ports system for Mac OS