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".
