[Musepack Library] Fix capitalization of headers

Header include paths are named after the framework, which is all lower-
case, not uppercase like the source folder is named. The header include
paths inside the project are lowercase as well, so this fits.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-17 02:24:12 -07:00
parent 1661093521
commit 277e52906a
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
#pragma once
#endif
#include <MPCDec/reader.h>
#include <MPCDec/streaminfo.h>
#include <mpcdec/reader.h>
#include <mpcdec/streaminfo.h>
#ifdef __cplusplus
extern "C" {