fix macos build: for macos, Q_OS_UNIX is also defined
This commit is contained in:
parent
399154f5f5
commit
c816a6198c
2 changed files with 3 additions and 6 deletions
|
|
@ -67,7 +67,7 @@ win32 {
|
|||
macx {
|
||||
SOURCES += streaming/video/ffmpeg-renderers/vt.mm
|
||||
}
|
||||
unix {
|
||||
unix:!macx {
|
||||
SOURCES += streaming/video/ffmpeg-renderers/vaapi.cpp
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue