mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-21 07:30:13 +00:00
Switch back from Qt Multimedia to SDL for audio configuration detection. Qt is also broken, but just broken in a way that always reports stereo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
QT += core quick network quickcontrols2 svg multimedia
|
||||
QT += core quick network quickcontrols2 svg
|
||||
CONFIG += c++11
|
||||
|
||||
unix:!macx {
|
||||
@@ -96,7 +96,6 @@ SOURCES += \
|
||||
streaming/session.cpp \
|
||||
streaming/audio/audio.cpp \
|
||||
streaming/audio/renderers/sdlaud.cpp \
|
||||
streaming/audio/renderers/qtaud.cpp \
|
||||
gui/computermodel.cpp \
|
||||
gui/appmodel.cpp \
|
||||
streaming/streamutils.cpp \
|
||||
@@ -115,7 +114,6 @@ HEADERS += \
|
||||
streaming/session.hpp \
|
||||
streaming/audio/renderers/renderer.h \
|
||||
streaming/audio/renderers/sdl.h \
|
||||
streaming/audio/renderers/qtaud.h \
|
||||
gui/computermodel.h \
|
||||
gui/appmodel.h \
|
||||
streaming/video/decoder.h \
|
||||
|
||||
Reference in New Issue
Block a user