[MacPorts] #41574: ffmpeg @2.1.1: build fails with freetype 2.5.1

MacPorts noreply at macports.org
Thu Nov 28 00:11:05 PST 2013


#41574: ffmpeg @2.1.1: build fails with freetype 2.5.1
-----------------------------------+----------------------
  Reporter:  joe@…                 |      Owner:  devans@…
      Type:  defect                |     Status:  new
  Priority:  Normal                |  Milestone:
 Component:  ports                 |    Version:  2.2.1
Resolution:                        |   Keywords:
      Port:  ffmpeg, ffmpeg-devel  |
-----------------------------------+----------------------
Changes (by ryandesign@…):

 * owner:  macports-tickets@… => devans@…
 * cc: jeremyhu@… (added)
 * port:  ffmpeg => ffmpeg, ffmpeg-devel


Comment:

 It's a convoluted configure script that I don't know the best way to fix.
 The configure script check is doing this:

 {{{
 #include <ft2build.h>
 #include <freetype/freetype.h>
 }}}

 whereas freetype wants you to do this:

 {{{
 #include <ft2build.h>
 #include FT_FREETYPE_H
 }}}

 and the ffmpeg configure script isn't set up to do that kind of thing. The
 first step is probably to report the problem to the developers and see
 what they say. And then there's a wrong `#include` in
 ./libavfilter/vf_drawtext.c which can probably just be removed. That
 should be all, hopefully.

-- 
Ticket URL: <https://trac.macports.org/ticket/41574#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list