diff --git a/libs/openFrameworks/sound/ofSoundStream.h b/libs/openFrameworks/sound/ofSoundStream.h index 35a184fce79..30e53d2334a 100644 --- a/libs/openFrameworks/sound/ofSoundStream.h +++ b/libs/openFrameworks/sound/ofSoundStream.h @@ -4,6 +4,7 @@ #include "ofBaseTypes.h" #include "ofBaseApp.h" #include "ofTypes.h" +#include "ofBaseSoundStream.h" #ifdef OF_SOUNDSTREAM_RTAUDIO #include "ofRtAudioSoundStream.h" diff --git a/libs/openFrameworks/utils/ofConstants.h b/libs/openFrameworks/utils/ofConstants.h index 0a31b369877..0a84bfe405f 100644 --- a/libs/openFrameworks/utils/ofConstants.h +++ b/libs/openFrameworks/utils/ofConstants.h @@ -205,7 +205,7 @@ typedef TESSindex ofIndexType; //------------------------------------------------ video player // check if any video player system is already defined from the compiler -#if !defined(OF_VIDEO_PLAYER_GSTREAMER) && !defined(OF_VIDEO_CAPTURE_IPHONE) && !defined(OF_VIDEO_PLAYER_QUICKTIME) +#if !defined(OF_VIDEO_PLAYER_GSTREAMER) && !defined(OF_VIDEO_PLAYER_IPHONE) && !defined(OF_VIDEO_PLAYER_QUICKTIME) #ifdef TARGET_LINUX #define OF_VIDEO_PLAYER_GSTREAMER #else