[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
Christopher Snowhill 2022-06-07 18:58:45 -07:00
parent dc103ac546
commit fc7a8dbcb7
1 changed files with 2 additions and 2 deletions

View File

@ -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