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:
scribam 2019-09-03 09:27:54 +02:00
parent 2057277d7b
commit 9bdae4e8b3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#define __FLAC_H__
#include <stdint.h>
#include "deps/flac/include/FLAC/all.h"
#include <FLAC/all.h>
/***************************************************************************
* TYPE DEFINITIONS