Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
link to static ffmpeg for gcc. old glibc compat option
lib names order is important. additional libs must be added. clock_gettime in ffmpeg may be resolved as glibc2.17 symbol, while it's only in librt on old OSes, like ubuntu 12.04. add -lrt can solve it.
- Loading branch information