[MacPorts] #70263: ffmpeg @4.4.4_7+gpl2+librtmp+universal+x11: ERROR: librtmp not found using pkg-config

MacPorts noreply at macports.org
Fri Jun 21 04:20:41 UTC 2024


#70263: ffmpeg @4.4.4_7+gpl2+librtmp+universal+x11: ERROR: librtmp not found using
pkg-config
-------------------------+--------------------
  Reporter:  ar-an-ribe  |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.9.3
Resolution:              |   Keywords:
      Port:  ffmpeg      |
-------------------------+--------------------

Comment (by ar-an-ribe):

 Replying to [comment:1 ryandesign]:
 > Please attach the config.log file mentioned in the main.log file.

 Done. It looks like it might be a coding issue in `ffmpeg`’s configure
 script; perhaps

 {{{
 long check_RTMP_Socket(void) { return (long) RTMP_Socket; }
 }}}

 ought to be

 {{{
 long check_RTMP_Socket(void) { return (long) RTMP_Socket((void *) 0); }
 }}}

 (if it doesn’t bring in a definition of `NULL`)?

-- 
Ticket URL: <https://trac.macports.org/ticket/70263#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list