Opened 6 years ago

Closed 6 years ago

#6809 closed defect (invalid)

Building libavcodec with faac 1.29.9 makes error

Reported by: s172262 Owned by:
Priority: normal Component: avcodec
Version: unspecified Keywords: libfaac
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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.

Change History (1)

comment:1 by Carl Eugen Hoyos, 6 years ago

Keywords: libfaac added; faac removed
Resolution: invalid
Status: newclosed

Support for libfaac was removed some time ago.

Note: See TracTickets for help on using tickets.