//
// Prefix header for all source files of the 'IJKMediaPlayer' target in the 'IJKMediaPlayer' project
//

#ifdef __OBJC__
    #import <Foundation/Foundation.h>

    #import <AudioUnit/AudioUnit.h>
    #import <CoreAudio/CoreAudioTypes.h>
    #import <AudioToolbox/AudioToolbox.h>

    #import <QuartzCore/QuartzCore.h>
    #import <OpenGLES/EAGLDrawable.h>
    #import <OpenGLES/EAGL.h>
    #import <OpenGLES/ES2/gl.h>
    #import <OpenGLES/ES2/glext.h>
#endif
