Opened 16 years ago

Last modified 15 years ago

#13879 closed enhancement

mpeg4ip activation fails — at Version 1

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

Description (last modified by jmpp@…)

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.

  • (a) Portfile_old vs. (b) Portfile

    a b  
    2929patchfiles      patch-bootstrap.diff
    3030
    3131configure.cmd   ./bootstrap \
     32          --includedir=${prefix}/include/mpeg4ip \
     33          --libdir=${prefix}/lib/mpeg4ip \
    3234            --disable-player \
    3335            --mandir=${prefix}/share/man

Change History (1)

comment:1 Changed 16 years ago by jmpp@…

Description: modified (diff)
Milestone: Port Bugs
Note: See TracTickets for help on using tickets.