bigfug / Fugio

An open visual programming system designed for fast development and long-term preservation of digital art and creative exploration
http://www.bigfug.com/software/fugio/
GNU Lesser General Public License v3.0
151 stars 22 forks source link

make error #26

Closed b4zz4 closed 6 years ago

b4zz4 commented 6 years ago

GNU/Linux Mint 18


../../../plugins/ffmpeg/mediasegment.cpp: In member function ‘void MediaSegment::audioRange(qint64&, qint64&) const’:
../../../plugins/ffmpeg/mediasegment.cpp:364:19: error: ‘mAudDatLck’ was not declared in this scope
  QMutexLocker L( &mAudDatLck );
                   ^
../../../plugins/ffmpeg/mediasegment.cpp:368:31: error: ‘mAudDat’ was not declared in this scope
  for( const AudioBuffer &AB : mAudDat )
                               ^
../../../plugins/ffmpeg/mediasegment.cpp: In member function ‘void MediaSegment::videoRange(qreal&, qreal&) const’:
../../../plugins/ffmpeg/mediasegment.cpp:386:26: error: ‘mVidDat’ was not declared in this scope
  for( const VidDat &VD : mVidDat )