To compile our own libffmpeg.so supporting H264

Nov 10, 2020 at 2:47am
Sorry not being truly C++.
How to create/compile our own libffmpeg.so supporting H264 (or H265 too) codec, just as instruction on
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
is for standalone executable build, no dynamic link build explanation was found.
Thanks much
Nov 10, 2020 at 3:41am
I believe the Makefile that the configure script generates compiles both ffmpeg and the libraries, as well as a couple minor utilities.
Nov 11, 2020 at 12:25am
Helios, would you please share experience the build you did similar to this topic?
just pour out whatever you experienced you recall
Nov 11, 2020 at 1:13am
What I remember is running make after ./configure and building both the executables as well as the libraries. I don't remember having to do anything special.
Topic archived. No new replies allowed.