[FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API
Moritz Barsnick
barsnick at gmx.net
Fri Sep 16 20:51:13 EEST 2016
On Fri, Sep 16, 2016 at 04:13:24 -0700, muruganandh wrote:
> I think the x264 is just linked NOT embedded inside ffmpeg.
Then you'll have to make a static build, and provide a static version
of the library while linking. (Sorry, I'm not sure I understand whether
you are creating "ffmpeg the application" or "ffmpeg the libraries". If
the latter, I don't know how you would link libx264 statically to those
libraries. On standard Unix probably with the "ar" command. Mac OS/iOS
may be different.)
Where are you providing the source code of your app? Serious question.
(Carl Eugen already hinted at it.)
Moritz
More information about the ffmpeg-user
mailing list