Bug#739220: FTBFS with libav10

Moritz Muehlenhoff jmm at debian.org
Sun Feb 16 19:53:57 UTC 2014


Package: dvbcut
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

g++ -g -O2 -Wall -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_LIB_SWSCALE=1 -DHAVE_LIB_MAD=1 -DHAVE_LIB_A52=1 -DHAVE_LIB_AO=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_AO_AO_H=1 -DHAVE_MAD_H=1 -DHAVE_STDINT_H=1 -DHAVE_A52DEC_A52_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -D__STDC_LIMIT_MACROS=1 -D__STDC_CONSTANT_MACROS=1 -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include/libavcodec -I/usr/include/libavformat -I/usr/include/libswscale -I/include -DQT_SHARED -DQT3_SUPPORT -I/usr/include/qt4 -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml   -I. -I/usr/include -I/usr/include/libavcodec -I/usr/include/libavformat -I/usr/include/libswscale -I/include -DQT_SHARED -DQT3_SUPPORT -I/usr/include/qt4 -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml   -I.  -c -o lavfmuxer.o lavfmuxer.cpp
lavfmuxer.cpp: In constructor ‘lavfmuxer::lavfmuxer(const char*, uint32_t, mpgfile&, const char*)’:
lavfmuxer.cpp:85:2: error: ‘CODEC_ID_AC3’ was not declared in this scope
  CODEC_ID_AC3 : CODEC_ID_MP2;
  ^
lavfmuxer.cpp:85:17: error: ‘CODEC_ID_MP2’ was not declared in this scope
  CODEC_ID_AC3 : CODEC_ID_MP2;
                 ^
lavfmuxer.cpp:99:22: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ was not declared in this scope
      int16_t samples[AVCODEC_MAX_AUDIO_FRAME_SIZE/sizeof(int16_t)];
                      ^
lavfmuxer.cpp:100:28: error: ‘samples’ was not declared in this scope
      int frame_size=sizeof(samples);
                            ^
lavfmuxer.cpp:108:43: error: ‘avcodec_decode_audio3’ was not declared in this scope
        (s->codec,samples,&frame_size, &pkt);
                                           ^
make[2]: *** [lavfmuxer.o] Fehler 1
make[2]: Leaving directory `/home/jmm/av10/dvbcut-0.5.4+svn178/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/jmm/av10/dvbcut-0.5.4+svn178'
dh_auto_build: make -j1 returned exit code 2



More information about the pkg-multimedia-maintainers mailing list