[FFmpeg-trac] #6809(avcodec:new): Building libavcodec with faac 1.29.9 makes error

FFmpeg trac at avcodec.org
Mon Nov 6 06:24:15 EET 2017


#6809: Building libavcodec with faac 1.29.9 makes error
---------------------------------+---------------------------------------
             Reporter:  s172262  |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  avcodec  |                  Version:  unspecified
             Keywords:  faac     |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+---------------------------------------
 Summary of the bug: Building libavcodec with faac 1.29.9 makes error
 How to reproduce: Building libavcodec with faac 1.29.9
 {{{
 ibavcodec/libfaac.c:87:15: error: no member named 'allowMidside' in
 'struct faacEncConfiguration'
     faac_cfg->allowMidside = 1;
     ~~~~~~~~  ^
 1 error generated.
 make: *** [libavcodec/libfaac.o] Error 1
 make: *** Waiting for unfinished jobs....
 }}}
 "allowMidside" was removed from include/faaccfg.h at
 https://github.com/knik0/faac/commit/12d7414f7ece191783e54d92beb46e0e182202f6
 #diff-fa75728cbc344abe5291c5ae6bd3dfcd
 {{{
       unsigned int aacObjectType;

  -    /* Allow mid/side coding */
  -    unsigned int allowMidside;
  +    /* Joint coding mode */
  +    unsigned int jointmode;

       /* Use one of the channels as LFE channel */

 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6809>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list