deps: Simplify flac integration
It works because the path to the flac include dirs are defined in the makefile/vs/xcode project. This way, it would be also easier to rely on system packages instead of compiling the bundled version.
This commit is contained in:
parent
2057277d7b
commit
9bdae4e8b3
|
@ -14,7 +14,7 @@
|
|||
#define __FLAC_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "deps/flac/include/FLAC/all.h"
|
||||
#include <FLAC/all.h>
|
||||
|
||||
/***************************************************************************
|
||||
* TYPE DEFINITIONS
|
||||
|
|
Loading…
Reference in New Issue