Thank You, but it seems, this link is a bit outdated (2007)... Well, I think, now the most problem is that I don't know "*WHAT*" should I do rather than "*HOW*" to do it... I mean, the problem is *NOT* to find in the Eclipse, where is it in the *Menu*, but what kind of *Command* do I need as the *Result *to *Compile *and *Link* the project...
Could anyone tell me, please, how could I Compile these Examples under the Windows just with Console and MinGW (without Eclipse first)? Then maybe I'll be able to understand, what do I need and then what should I pass to Eclipse... Regards сб, 18 янв. 2020 г. в 14:35, Strahinja Radman <[email protected]>: > > > On Sat, Jan 18, 2020 at 11:48 AM Alexander Gribanov < > [email protected]> wrote: > >> Thank You very much, but I'm not sure, which command You mean... Compiler >> or linker command? >> 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 *Examples* >> ? >> >> > Found this info on the net: > > Here are steps to add an external library > > http://wiki.eclipse.org/CDT/User/FAQ#How_do_I_add_an_external_library_to_my_C.2B.2B_project.3F > > 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 > > 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. -- > > Not sure I can be of further help, sorry > > Regards > Strahinja Radman > _______________________________________________ > Libav-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/libav-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe".
_______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
