<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#CCCCCC" text="#000000">
    On 3/10/14 12:09 PM, Jason Blum wrote:<br>
    <blockquote
cite="mid:CAPJQkVUh7b_5H8ny49EqcCz0u-dji6rpE8Fa+a8EyCfhfFRCNA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Thanks for the quick reply.</div>
        <div><br>
        </div>
        > Run again with unstripped libavcodec and post backtrace<br>
        > or valgrind output here.<br>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">
          Would I compile the unstripped libavcodec by changing the make
          file, removing the "-s" and then re-running make? Are there
          other optimization flags that I should turn off?</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">I'll do this ASAP, but it won't be
          until the evening :/</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">Thanks,</div>
        <div class="gmail_extra">Jason</div>
        <div class="gmail_extra">
          <br>
        </div>
        <br>
      </div>
    </blockquote>
    You would rerun the configure call with the --disable-stripping flag
    and --enable-debug.  with --enable-debug, the --help flag indicates
    that it accepts an =level, where level is simply text? appended to
    the -g flag passed to the assembler and compiler.  so
    --enable-debug=gdb would create a compiler flag of -ggdb, if you
    needed to specify whatever it is that this specifies.  I don't know
    if you need to leave it blank for -g, or remove the = sign, or if -g
    is default.<br>
    <br>
    If you want to reuse your old configure line, do a head of
    config.mak, and that will give you the last configure line that was
    run, so you can copy paste and add the new flags and go from there.<br>
    <pre class="moz-signature" cols="72">-- 
Joshua Kordani
LSA Autonomy</pre>
  </body>
</html>