<br><br>On Saturday, July 24, 2021, Marco Antonio <<a href="mailto:mgrazianodecastro@gmail.com">mgrazianodecastro@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi devs, I have a question.<div><br></div><div>When using pkg-config cflags to find the path for libavformat headers, it comes with the usual path (/usr/include/ffmpeg), but it also points to a -lavformat.</div></div></blockquote><div><br></div><div>for me it returns only includes:</div><div><br></div><div>$ pkg-config --cflags libavformat</div><div>-I/data/data/com.termux/files/usr/include</div><div>$</div><div><br></div><div>but this is on termux (linux environment for Android) </div><div><br></div><div>I recently used</div><div><br></div><div>'pkg-config --cflags-only-I' call, while in ny case I was looking for libx11 includes... </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Since I'm starting to work with emscripten compiler for webassembly (just for learning), some problem arises by ems from not finding lavformat. </div><div>It should be a peace of cake to fix it, but I can't see to find what it is lavformat and what is its path.</div><div><br></div><div>Thanks.</div></div>
</blockquote>