Source: libavg
Version: 1.8.0-1
Severity: important
Tags: sid jessie
User: j...@debian.org
Usertags: libav10

libavg fails to build from source gainst libav 10 (currently available
in experimental):
| In file included from AudioDecoderThread.cpp:24:0:
| AudioDecoderThread.h:72:9: error: 'ReSampleContext' does not name a type
|          ReSampleContext * m_pResampleContext;
|          ^
| AudioDecoderThread.cpp: In constructor 
'avg::AudioDecoderThread::AudioDecoderThread(avg::WorkerThread<avg::AudioDecoderThread>::CQueue&,
 avg::AudioMsgQueue&, avg::VideoMsgQueue&, AVStream*, const avg::AudioParams&)':
| AudioDecoderThread.cpp:49:7: error: class 'avg::AudioDecoderThread' does not 
have any field named 'm_pResampleContext'
|        m_pResampleContext(0),
|        ^
| AudioDecoderThread.cpp: In destructor 'virtual 
avg::AudioDecoderThread::~AudioDecoderThread()':
| AudioDecoderThread.cpp:64:9: error: 'm_pResampleContext' was not declared in 
this scope
|      if (m_pResampleContext) {
|          ^
| AudioDecoderThread.cpp:65:48: error: 'audio_resample_close' was not declared 
in this scope
|          audio_resample_close(m_pResampleContext);
|                                                 ^
| AudioDecoderThread.cpp: In member function 'void 
avg::AudioDecoderThread::decodePacket(AVPacket*)':
| AudioDecoderThread.cpp:133:43: error: 'avcodec_decode_audio3' was not 
declared in this scope
|                  &bytesDecoded, pTempPacket);
|                                            ^
| AudioDecoderThread.cpp: In member function 'avg::AudioBufferPtr 
avg::AudioDecoderThread::resampleAudio(char*, int, int)':
| AudioDecoderThread.cpp:224:10: error: 'm_pResampleContext' was not declared 
in this scope
|      if (!m_pResampleContext) {
|           ^
| AudioDecoderThread.cpp:228:87: error: 'av_audio_resample_init' was not 
declared in this scope
|                  SAMPLE_FMT_S16, (SampleFormat)currentSampleFormat, 16, 10, 
0, 0.8);
|                                                                               
         ^
| AudioDecoderThread.cpp:237:42: error: 'm_pResampleContext' was not declared 
in this scope
|      int framesResampled = audio_resample(m_pResampleContext, pResampledData,
|                                           ^
| AudioDecoderThread.cpp:238:48: error: 'audio_resample' was not declared in 
this scope
|              (short*)pDecodedData, framesDecoded);
|                                                 ^
| make[4]: *** [AudioDecoderThread.lo] Error 1

Full build log is available at
http://people.debian.org/~sramacher/logs/libav10/libavg_1.8.0-1_amd64-20140221-0241.log

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.

Regards
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature

Reply via email to