You are cross-compiling for arm-linux-androideabi toolchain. You need to cross-compile libsmbclient source first, with the same toolchain. Then you must put .pc (package-config) file of libsmbclient where ffmpeg's configure can find it (in PKG_CONFIG_PATH directory), or add libsmbclient include directory to CFLAGS and libsmbclient lib directory yo LDFLAGS. Then --enable-libsmbclient will work.
On Tue, 26 Jun 2018 at 12:42, Wang Kiven <[email protected]> wrote: > add config log. > > 2018-06-26 17:24 GMT+08:00 Wang Kiven <[email protected]>: > > > and i use system platform is ubuntu16.04 and then i did install > > libsmbclient-dev library. > > > > 2018-06-26 17:23 GMT+08:00 Wang Kiven <[email protected]>: > > > >> hi manager, > >> i'm building ffmpeg so library for android. and now , i find my > >> ffmpeg so library don't support play video from smb address. so, i > >> recompile the ffmpeg project and add config : > >> --enable-libsmbclient, but it build error :error info : ERROR : > smbclient > >> not find.can you give me help? > >> > > > > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
