[FFmpeg-user] ffmpeg support smb protocols

Taner Sener tanersener at gmail.com
Tue Jun 26 13:22:40 EEST 2018


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 <kivenerwang at gmail.com> wrote:

> add config log.
>
> 2018-06-26 17:24 GMT+08:00 Wang Kiven <kivenerwang at gmail.com>:
>
> > 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 <kivenerwang at gmail.com>:
> >
> >> 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
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list