i download flac-1.1.3.src<br>watch the change log, it is good news that intergrate 3 layer decode api into one layer.<br>but it DEPANDs on the ogg lib now, i try it build a plugin for beep-media-player on linux <br>the plugin just seems like the xmms&#39;s plugin.
<br>when i build plugin with 1.1.2&#39;s api, it compile smoothly, and bmp decoder flac file well, but when i updat flac lib to 1.1.3, and change the plugin&#39;s api, when compile it complain errors about oggs<br>i am really disappointed to it, and remove the 
1.1.3.<br><br>flac on the way lossless, but it depend a lossy format&#39;s lib, i sounds not good.<br><br>i also try build the flac-1.1.3 on windows&#39; msvc , and the README tell me that, it also need the ogglib.<br><br>
then i download win_dev lib to build, when i compile a tool (about flac&#39;s little toy), it compiled ok with dynamic, but when run it need the libflac.dll, <br>when i build the tool with libflac_static.lib, it complain like that:
<br>unresolved extern symbol __imp_FLAC__stream_decoder_get_state<br>................... __imp_FLAC__stream_decoder_porcess_single <br>......<br>........<br><br>how can i build the tool with static lib ?? <br>