Page 1 of 1

Libvlc from source to Project c++ issue: undefined reference to ...

Posted: 31 Aug 2020 16:53
by pinopino
Hi, i need to use vlc source for add him in my source c++.
I downloaded vlc-master from git and added in my c++ project: /include /lib /src but i have some issue of "unknown reference" type.
ex: undefined reference to libvlc_new , libvlc_media_new_* ...

I need use source libvlc for my cross-platform c++ project, because i compile it for any arch.
I really no know where i wrong :( , thanks.

Re: Libvlc from source to Project c++ issue: undefined reference to ...

Posted: 31 Aug 2020 18:51
by pinopino
Or someone can advise me a better way for use c++ to integrate vlc in my project? or better if i compile libs for every platform:
Example: i compile for mobile (ios/android) and build from android lib.so and later use in my project with c++... i doesnt know... i hope someone can help me.