<div dir="ltr"><div>Thank You, but it seems, this link is a bit outdated (2007)...</div><div><br></div>Well, I think, now the most problem is that I don't know "<b>WHAT</b>" should I do rather than "<b>HOW</b>" to do it...<div>I mean, the problem is <b>NOT</b> to find in the Eclipse, where is it in the <b>Menu</b>, but what kind of <b>Command</b> do I need as the <b>Result </b>to <b>Compile </b>and <b>Link</b> the project...</div><div><br></div><div>Could anyone tell me, please, how could I Compile these Examples under the Windows just with Console and MinGW (without Eclipse first)?</div><div>Then maybe I'll be able to understand, what do I need and then what should I pass to Eclipse...</div><div><br></div><div>Regards</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">сб, 18 янв. 2020 г. в 14:35, Strahinja Radman <<a href="mailto:dr.strashni@gmail.com">dr.strashni@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jan 18, 2020 at 11:48 AM Alexander Gribanov <<a href="mailto:sunrisecoder@gmail.com" target="_blank">sunrisecoder@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thank You very much, but I'm not sure, which command You mean... Compiler or linker command?<div>I have tried this, but still, it doesn't work... Any ideas about how to compile it or maybe there is documentation on how to build the <b>Examples</b>?<br><div><br></div></div></div></blockquote></div><div><br></div><div>Found this info on the net:</div><div><br></div>Here are steps to add an external library<br><a href="http://wiki.eclipse.org/CDT/User/FAQ#How_do_I_add_an_external_library_to_my_C.2B.2B_project.3F" target="_blank">http://wiki.eclipse.org/CDT/User/FAQ#How_do_I_add_an_external_library_to_my_C.2B.2B_project.3F</a><br><br>1) in Properties>>C/C++ Build>>Settings>>GCC C++ Compiler >> Includes you must add the include path for the external library (where the header reside). This information is needed by the Eclipse indexer (code completion etc.) and the compiler<br><br>2) Properties>>C/C++ Build>>Settings>>GCC C++ Linker >> Libraries you must add the library search path (option -L) and the library you want to link against (option -l). This info is needed for the linker.  -- <br><div dir="ltr"><br></div><div>Not sure I can be of further help, sorry</div><div dir="ltr"><br>Regards<br>Strahinja Radman</div></div>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="https://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">https://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br>
To unsubscribe, visit link above, or email<br>
<a href="mailto:libav-user-request@ffmpeg.org" target="_blank">libav-user-request@ffmpeg.org</a> with subject "unsubscribe".</blockquote></div>