mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 00:26:14 -04:00
UI: Update CMakeLists.txt for main OBS app
This commit is contained in:
@@ -640,7 +640,7 @@ OBSBasicSettings::OBSBasicSettings(QWidget *parent)
|
||||
delete ui->browserHWAccel;
|
||||
delete ui->sourcesGroup;
|
||||
#endif
|
||||
#if defined(__APPLE__) || HAVE_PULSEAUDIO
|
||||
#if defined(__APPLE__) || defined(PULSEAUDIO_FOUND)
|
||||
delete ui->disableAudioDucking;
|
||||
#endif
|
||||
ui->rendererLabel = nullptr;
|
||||
@@ -656,7 +656,7 @@ OBSBasicSettings::OBSBasicSettings(QWidget *parent)
|
||||
ui->browserHWAccel = nullptr;
|
||||
ui->sourcesGroup = nullptr;
|
||||
#endif
|
||||
#if defined(__APPLE__) || HAVE_PULSEAUDIO
|
||||
#if defined(__APPLE__) || defined(PULSEAUDIO_FOUND)
|
||||
ui->disableAudioDucking = nullptr;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user