Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VACore
Commits
1e848813
Commit
1e848813
authored
Feb 06, 2017
by
Jonas Stienen
Browse files
Minor fixes, re-activating portaudio backend
parent
730761f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1e848813
...
...
@@ -227,7 +227,7 @@ if( ITA_VACORE_WITH_AUDIO_BACKEND_ASIO )
add_definitions
(
-DVACORE_WITH_AUDIO_BACKEND_ASIO
)
endif
(
)
if
(
ITA_VACORE_WITH_AUDIO_BACKEND_PORTAUDIO
)
#
add_definitions( -DVACORE_WITH_AUDIO_BACKEND_PORTAUDIO )
add_definitions
(
-DVACORE_WITH_AUDIO_BACKEND_PORTAUDIO
)
endif
(
)
if
(
ITA_VACORE_WITH_AUDIO_BACKEND_DUMMY
)
add_definitions
(
-DVACORE_WITH_AUDIO_BACKEND_DUMMY
)
...
...
src/VACoreImpl.cpp
View file @
1e848813
...
...
@@ -3982,7 +3982,7 @@ void CVACoreImpl::InitializeAudioDriver()
#endif
if
(
m_pAudioDriverBackend
==
nullptr
)
VA_ERROR
(
"Core"
,
"Unkown audio driver backend '"
<<
m_oCoreConfig
.
oAudioDriverConfig
.
sDriver
<<
"'"
);
VA_ERROR
(
"Core"
,
"Unkown
or unsupported
audio driver backend '"
<<
m_oCoreConfig
.
oAudioDriverConfig
.
sDriver
<<
"'"
);
try
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment