Using program as library
Can we use a program as a library ?
- Can FFmpeg be used as a library, instead of a standalone program? - call the compiler with -Dmain=ffmpeg / also need to deal with the output (normally goes to stdin/stderr) and error handling (is it ok if it calls abort() or exit()?).
Written on August 16, 2021, Last update on August 17, 2021
lib