mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-12 22:16:21 +00: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>