Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
a18b2ee5
Commit
a18b2ee5
authored
Jan 24, 2001
by
Josh Coalson
Browse files
add fallback for when VERSION is not set
parent
303171db
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/FLAC/format.h
View file @
a18b2ee5
...
...
@@ -36,8 +36,12 @@
#define FLAC__MAX_FIXED_ORDER (4u)
#define FLAC__MAX_RICE_PARTITION_ORDER (15u)
/* VERSION comes from configure */
/* VERSION should come from configure */
#ifdef VERSION
#define FLAC__VERSION_STRING VERSION
#else
#define FLAC__VERSION_STRING "DEVEL"
#endif
extern
const
byte
FLAC__STREAM_SYNC_STRING
[
4
];
/* = "fLaC" */
;
extern
const
unsigned
FLAC__STREAM_SYNC
;
/* = 0x664C6143 */
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment