You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
The SLIBOBJS variable was introduced in56572787aebut is no longer used. Another variable, SHLIBOBJS, was introduced after SLIBOBJS, in20b0d24c2f. The functionality from SLIBOBJS was effectively migrated to SHLIBOBJS inb77fff47d0. No code has used SLIBOBJS since. This commit removes all remaining references to SLIBOBJS from the build system.