mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Based on the Makefile variables, "make fate-audio" is supposed to include the tests for several audio codecs with their own Makefile. Yet because they are included after audio.mak*, this doesn't work atm. Fix this by adding explicit prerequisites. *: Expansion of variables is not deferred in the context of prerequisites. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>