Commit 8090cafa authored by Kuang Rufan's avatar Kuang Rufan Committed by Jean-Baptiste Kempf

fix compile error on case sensitive file system.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f8374c73
......@@ -29,10 +29,10 @@
#import <vlc_common.h>
#import <vlc_plugin.h>
#import <vlc_aout.h>
#import <AudioToolBox/AudioQueue.h>
#import <AudioToolbox/AudioQueue.h>
#import <TargetConditionals.h>
#if TARGET_OS_IPHONE
#import <AudioToolBox/AudioSession.h>
#import <AudioToolbox/AudioSession.h>
#else
#define AudioSessionSetActive(x)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment