build: remove some conditional includes

This commit is contained in:
bnnm 2021-08-12 00:09:33 +02:00
parent 735948e947
commit 2084b22564
6 changed files with 809 additions and 821 deletions

View File

@ -22,9 +22,7 @@ extern "C" {
#include "vfs.h"
#ifndef VGMSTREAM_VERSION
#include "../version.h"
#endif
#ifndef VGMSTREAM_VERSION
#define VGMSTREAM_VERSION "(unknown-version)"
#endif

View File

@ -39,9 +39,7 @@
#include "../src/vgmstream.h"
#include "../src/plugins.h"
#ifndef VGMSTREAM_VERSION
# include "../version.h"
#endif
#include "../version.h"
#ifndef VGMSTREAM_VERSION
# define VGMSTREAM_VERSION "(unknown version)"
#endif

View File

@ -16,9 +16,7 @@
#define STDOUT_FILENO 1
#endif
#ifndef VGMSTREAM_VERSION
#include "../version.h"
#endif
#ifndef VGMSTREAM_VERSION
#define VGMSTREAM_VERSION "(unknown version)"
#endif

View File

@ -19,9 +19,7 @@ extern "C" {
#include "foo_vgmstream.h"
#include "foo_filetypes.h"
#ifndef VGMSTREAM_VERSION
#include "../version.h"
#endif
#ifndef VGMSTREAM_VERSION
#define PLUGIN_VERSION __DATE__
#else

View File

@ -3,9 +3,7 @@
*/
#include "in_vgmstream.h"
#ifndef VGMSTREAM_VERSION
#include "../version.h"
#endif
#ifndef VGMSTREAM_VERSION
#define VGMSTREAM_VERSION "(unknown version)"
#endif

File diff suppressed because it is too large Load Diff