mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add fallback for when VERSION is not set
This commit is contained in:
@@ -36,8 +36,12 @@
|
|||||||
#define FLAC__MAX_FIXED_ORDER (4u)
|
#define FLAC__MAX_FIXED_ORDER (4u)
|
||||||
#define FLAC__MAX_RICE_PARTITION_ORDER (15u)
|
#define FLAC__MAX_RICE_PARTITION_ORDER (15u)
|
||||||
|
|
||||||
/* VERSION comes from configure */
|
/* VERSION should come from configure */
|
||||||
|
#ifdef VERSION
|
||||||
#define FLAC__VERSION_STRING VERSION
|
#define FLAC__VERSION_STRING VERSION
|
||||||
|
#else
|
||||||
|
#define FLAC__VERSION_STRING "DEVEL"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;
|
extern const byte FLAC__STREAM_SYNC_STRING[4]; /* = "fLaC" */;
|
||||||
extern const unsigned FLAC__STREAM_SYNC; /* = 0x664C6143 */;
|
extern const unsigned FLAC__STREAM_SYNC; /* = 0x664C6143 */;
|
||||||
|
|||||||
Reference in New Issue
Block a user