Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
33ca4831
Commit
33ca4831
authored
Feb 09, 2014
by
deuce
Browse files
Fix ALSA check.
parent
5079586d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xpdev/CMakeLists.txt
src/xpdev/CMakeLists.txt
+1
-1
No files found.
src/xpdev/CMakeLists.txt
View file @
33ca4831
...
...
@@ -149,7 +149,7 @@ if(PORTAUDIO_FOUND)
endif
()
CHECK_INCLUDE_FILES
(
alsa/asoundlib.h USE_ALSA_SOUND
)
if
(
HAS_INTTYPES_H
)
if
(
USE_ALSA_SOUND
)
target_compile_definitions
(
xpdev PRIVATE USE_ALSA_SOUND
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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