libavformat/apac.c: In function 'apac_read_header':
libavformat/apac.c:57:33: error: 'AV_CODEC_ID_APAC' undeclared (first use in this function); did you mean 'AV_CODEC_ID_ALAC'?
     st->codecpar->codec_id    = AV_CODEC_ID_APAC;
                                 ^~~~~~~~~~~~~~~~
                                 AV_CODEC_ID_ALAC
libavformat/apac.c:57:33: note: each undeclared identifier is reported only once for each function it appears in
libavformat/apac.c: At top level:
libavformat/apac.c:82:23: error: 'AV_CODEC_ID_APAC' undeclared here (not in a function); did you mean 'AV_CODEC_ID_ALAC'?
     .raw_codec_id   = AV_CODEC_ID_APAC,
                       ^~~~~~~~~~~~~~~~
                       AV_CODEC_ID_ALAC
make: *** [libavformat/apac.o] Error 1
make: *** Waiting for unfinished jobs....