Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ITADataSources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
ITADataSources
Commits
6836aae1
Commit
6836aae1
authored
Jun 8, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Downloads
Patches
Plain Diff
Linux compat fixes
parent
59092de3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/NetAudio/CMakeLists.txt
+2
-1
2 additions, 1 deletion
tests/NetAudio/CMakeLists.txt
tests/NetAudio/ITANetAudioStreamingPortaudioClientTest.cpp
+1
-1
1 addition, 1 deletion
tests/NetAudio/ITANetAudioStreamingPortaudioClientTest.cpp
with
3 additions
and
2 deletions
tests/NetAudio/CMakeLists.txt
+
2
−
1
View file @
6836aae1
...
@@ -68,11 +68,12 @@ if( ITA_DATA_SOURCES_WITH_INTEGRATED_ASIO )
...
@@ -68,11 +68,12 @@ if( ITA_DATA_SOURCES_WITH_INTEGRATED_ASIO )
vista_install
(
ITANetAudioTest
)
vista_install
(
ITANetAudioTest
)
vista_create_default_info_file
(
ITANetAudioTest
)
vista_create_default_info_file
(
ITANetAudioTest
)
set_property
(
TARGET ITANetAudioTest PROPERTY FOLDER
"ITACoreLibs/Tests/ITADataSources/NetAudio"
)
endif
(
)
endif
(
)
vista_install_all_dlls
(
bin
)
vista_install_all_dlls
(
bin
)
set_property
(
TARGET ITANetAudioTest PROPERTY FOLDER
"ITACoreLibs/Tests/ITADataSources/NetAudio"
)
if
(
NOT DEFINED ITA_NETAUDIO_SERVER_WITH_TESTS
)
if
(
NOT DEFINED ITA_NETAUDIO_SERVER_WITH_TESTS
)
set
(
ITA_NETAUDIO_SERVER_WITH_TESTS
"localhost 12480 44100 32 2"
CACHE STRING
"Arguments for calling NetAudio server"
)
set
(
ITA_NETAUDIO_SERVER_WITH_TESTS
"localhost 12480 44100 32 2"
CACHE STRING
"Arguments for calling NetAudio server"
)
...
...
This diff is collapsed.
Click to expand it.
tests/NetAudio/ITANetAudioStreamingPortaudioClientTest.cpp
+
1
−
1
View file @
6836aae1
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include
<ITAException.h>
#include
<ITAException.h>
#include
<ITAFileDataSource.h>
#include
<ITAFileDataSource.h>
#include
<ITAStreamProbe.h>
#include
<ITAStreamProbe.h>
#include
<ITAStreamPatch
b
ay.h>
#include
<ITAStreamPatch
B
ay.h>
using
namespace
std
;
using
namespace
std
;
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment