[FFmpeg-trac] #10481(avfilter:new): libflite missing from AV filter list

FFmpeg trac at avcodec.org
Fri Jul 21 02:44:03 EEST 2023


#10481: libflite missing from AV filter list
-------------------------------------+------------------------------------
             Reporter:  Kev          |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avfilter
              Version:  unspecified  |               Resolution:
             Keywords:  flite        |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------
Comment (by Kev):

 Hey - ok after studying this a little bit more I realised I have a
 pkgconfig path issue to resolve

 But there _is_ still a bug here as I see it

 Suggest make this non silent fail when ./configure ... --enable-libflite
 {{{
 || die if --enable
 }}}

 e.g.
 {{{
  enabled libflite          && require libflite "flite/flite.h" flite_init
 $flite_extralibs  || die "ERROR: libflite not found"
 }}}

 Thanks
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10481#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list