Opened 16 years ago

Last modified 15 years ago

#13879 closed enhancement

mpeg4ip activation fails — at Initial Version

Reported by: yanjingfeng@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: mpeg4ip

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.