mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
fix build of Phonon without capture capabilities
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
da31e5afa1
commit
3644de9270
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ QDebug operator <<(QDebug dbg, const Phonon::MediaSource &source)
|
|||
}
|
||||
case MediaSource::CaptureDevice:
|
||||
case MediaSource::AudioVideoCapture:
|
||||
#ifndef QT_NO_PHONON_EFFECT
|
||||
#if !defined(PHONON_NO_VIDEOCAPTURE) && !defined(PHONON_NO_AUDIOCAPTURE)
|
||||
dbg.nospace() << "AudioVideoCapture(A:" << source.audioCaptureDevice().name()
|
||||
<< "/V: " << source.videoCaptureDevice().name() << ")";
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue