<div dir="ltr">Does anyone have experience with this? In particular I am trying to set a breakpoint in this function and step through it but failing:<br><br><div>cglobal v210_planar_pack_10, 5, 5, 4+cpuflag(avx2), y, u, v, dst, width ;<br></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div><br>I just get:<br><br>No source available for "ff_v210_planar_pack_10_avx2() at 0x5555562667c0"<br><br>I am using the following configure (I have tried both nasm and yasm and the flahs seem OK):<br><br> <span style="color:rgb(0,0,0);font-family:monospace">./configure --disable-optimizations --extra-cflags=-Og --extra-cflags=-O0 --extra-cflags=-fno-omit-frame-pointer --enable-debug=3 --extra-cflags=-fno-inline  </span><span style="font-family:monospace">--enable-gpl --enable-version3<br><br>Thanks</span></div></div></div>