Displaying 1 result from an estimated 1 matches for "stream__decoder_8h".
2011 Sep 28
1
Compiling - Win - GNU Compiler
...re compiled with GNU - so I need this to work - also with
Linux). All libraries are linked.
examples\c\decode\file\main.c
------------------------------------------
I can compile if I don't use this variables (at the bottom of this site
/ extern FLAC_API...):
http://flac.sourceforge.net/api/stream__decoder_8h.html
<cstring> doesn't change anything.
i.e.:
//fprintf(stderr, " state: %s\n",
FLAC__StreamDecoderStateString[FLAC__stream_decoder_get_state(decoder)]);
If I use this variables I get:
undefined reference to `FLAC__StreamDecoderInitStatusString'
examples\cpp\decode\fi...