mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
parent
7ee377a45d
commit
c742c0421b
1 changed files with 10 additions and 0 deletions
|
|
@ -35,8 +35,18 @@
|
|||
#if JUCE_ALSA
|
||||
|
||||
#include "linuxincludes.h"
|
||||
|
||||
//==============================================================================
|
||||
/* Got an include error here? If so, you've either not got ALSA installed, or you've
|
||||
not got your paths set up correctly to find its header files.
|
||||
|
||||
If you don't have the ALSA library and don't want to build Juce with audio support,
|
||||
just disable the JUCE_ALSA flag in juce_Config.h
|
||||
*/
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
|
||||
//==============================================================================
|
||||
#include "../../../src/juce_core/basics/juce_StandardHeader.h"
|
||||
|
||||
BEGIN_JUCE_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue