<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto"><div dir="auto"><br></div><div dir="auto">i guess you forgot to alter <a href="http://configure.ac" target="_blank">configure.ac</a>, re-run autgon.sh and may be move away flac 1.3.2 tar from thirdparty/src (so build system become confused about where flac libs actually located)</div><div dir="auto"><br></div><div dir="auto">can you (or Phyllis)  post your git diff ?</div></div><br></div></blockquote><div><span class="gmail_default" style="font-size:small">Attached is the only "git diff" so far BUT I am working on removing the new "metadata" as explained in the bottom of the flac README.md and quoted here:</span></div><div><span class="gmail_default" style="font-size:small"><br></span></div><span class="gmail_default" style="font-size:small"></span><span class="gmail_default" style="font-size:small"></span><span style="font-family:monospace"><span class="gmail_default" style="font-size:small">l</span>ibFLAC has grown larger over time as more functionality has been<br>included, but much of it may be unnecessary for a particular embedded<br>implementation.  Unused parts may be pruned by some simple editing of<br><a href="http://configure.ac">configure.ac</a> and src/libFLAC/Makefile.am; the following dependency<br>graph shows which modules may be pruned without breaking things<br>further down:<br><br>```<br>metadata.h<br>    stream_decoder.h<br>    format.h<br><br>stream_encoder.h<br>    stream_decoder.h<br></span></div><div class="gmail_quote"><span style="font-family:monospace">    </span>format.h<span class="gmail_default" style="font-size:small"></span><br></div><div class="gmail_quote"><br><span style="font-family:monospace">stream_decoder.h<br>    for</span>mat.h<br>```<br><br><span style="font-family:monospace">In other words, for pure decoding applications, both the stream encoder<br>and metadata editing interfaces can be safely removed. </span><br></div></div>