[Vorbis Plugin] Fix compilation on case sensitive
Fix compilation when source code is checked out on a case sensitive file system. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
dc103ac546
commit
fc7a8dbcb7
|
@ -13,8 +13,8 @@
|
|||
#define __MACOSX__
|
||||
#define HAVE_CONFIG_H
|
||||
|
||||
#import <Vorbis/codec.h>
|
||||
#import <Vorbis/vorbisfile.h>
|
||||
#import <vorbis/codec.h>
|
||||
#import <vorbis/vorbisfile.h>
|
||||
|
||||
#undef __MACOSX__
|
||||
#undef HAVE_CONFIG_H
|
||||
|
|
Loading…
Reference in New Issue