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
Xiph.Org
flac
Commits
8008739d
Commit
8008739d
authored
Jan 29, 2007
by
Josh Coalson
Browse files
make CVS vendor string
parent
423f804d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/format.c
View file @
8008739d
...
...
@@ -56,9 +56,9 @@ FLAC_API const char *FLAC__VERSION_STRING = VERSION;
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINW32__
/* yet one more hack because of MSVC6: */
FLAC_API
const
char
*
FLAC__VENDOR_STRING
=
"reference libFLAC 1.1.3 200
61120
"
;
FLAC_API
const
char
*
FLAC__VENDOR_STRING
=
"reference libFLAC 1.1.3 200
70128-CVS
"
;
#else
FLAC_API
const
char
*
FLAC__VENDOR_STRING
=
"reference libFLAC "
VERSION
" 200
61120
"
;
FLAC_API
const
char
*
FLAC__VENDOR_STRING
=
"reference libFLAC "
VERSION
" 200
70128-CVS
"
;
#endif
FLAC_API
const
FLAC__byte
FLAC__STREAM_SYNC_STRING
[
4
]
=
{
'f'
,
'L'
,
'a'
,
'C'
};
...
...
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