fix macos build: for macos, Q_OS_UNIX is also defined

This commit is contained in:
R. Aidan Campbell 2018-07-21 14:31:37 -07:00
commit c816a6198c
2 changed files with 3 additions and 6 deletions

View file

@ -67,7 +67,7 @@ win32 {
macx {
SOURCES += streaming/video/ffmpeg-renderers/vt.mm
}
unix {
unix:!macx {
SOURCES += streaming/video/ffmpeg-renderers/vaapi.cpp
}