[Libav-user] Compile FFmpeg Examples via Eclipse under Windows

Strahinja Radman dr.strashni at gmail.com
Sat Jan 18 13:29:50 EET 2020


On Sat, Jan 18, 2020 at 11:48 AM Alexander Gribanov <sunrisecoder at gmail.com>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20200118/23026740/attachment.html>


More information about the Libav-user mailing list