Bug#739321: FTBFS with libav10

Moritz Muehlenhoff jmm at debian.org
Mon Feb 17 17:27:11 UTC 2014


Source: gpac
Severity: important

Hi,
your package fails to build from source against libav 10 (currently
packaged in experimental). This bug will become release-critical
at some point when the libav10 transition starts.

Migration documentation can be found at
https://wiki.libav.org/Migration/10

Cheers,
        Moritz


ffmpeg_decode.c:352:8: error: 'CODEC_ID_GIF' undeclared (first use in this function)
   case CODEC_ID_GIF:
        ^
ffmpeg_decode.c: In function 'FFDEC_ProcessData':
ffmpeg_decode.c:630:3: warning: implicit declaration of function 'avcodec_decode_audio3' [-Wimplicit-function-declaration]
   len = avcodec_decode_audio3(ctx, (short *)ffd->audio_buf, &gotpic, &pkt);
   ^
ffmpeg_decode.c:673:24: error: 'CODEC_ID_RAWVIDEO' undeclared (first use in this function)
  if ( ctx->codec_id == CODEC_ID_RAWVIDEO) {
                        ^
ffmpeg_decode.c:770:35: error: 'CODEC_ID_H263' undeclared (first use in this function)
     *codec = avcodec_find_decoder(CODEC_ID_H263);
                                   ^
ffmpeg_decode.c: In function 'FFDEC_CanHandleStream':
ffmpeg_decode.c:996:94: error: 'CODEC_ID_MP2' undeclared (first use in this function)
   if ((ffd->oti==GPAC_OTI_AUDIO_MPEG2_PART3) || (ffd->oti==GPAC_OTI_AUDIO_MPEG1)) codec_id = CODEC_ID_MP2;
                                                                                              ^
ffmpeg_decode.c:1035:47: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
   case GPAC_OTI_VIDEO_MPEG4_PART2: codec_id = CODEC_ID_MPEG4; break;
                                               ^
ffmpeg_decode.c:1037:39: error: 'CODEC_ID_H264' undeclared (first use in this function)
   case GPAC_OTI_VIDEO_AVC: codec_id = CODEC_ID_H264; break;
                                       ^
ffmpeg_decode.c:1047:15: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function)
    codec_id = CODEC_ID_MPEG2VIDEO; break;
               ^
ffmpeg_decode.c:1050:15: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
    codec_id = CODEC_ID_MJPEG;
               ^
make[3]: *** [ffmpeg_decode.o] Error 1
make[3]: Leaving directory `/home/jmm/av10/gpac-0.5.0+svn4288~dfsg1/modules/ffmpeg_in'
make[2]: *** [plugs] Error 2
make[2]: Leaving directory `/home/jmm/av10/gpac-0.5.0+svn4288~dfsg1/modules'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/gpac-0.5.0+svn4288~dfsg1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



More information about the pkg-multimedia-maintainers mailing list