]> git.sesse.net Git - ffmpeg/commit
fate: Fix dependencies for ffprobe tests with external samples
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 13 Apr 2020 17:50:05 +0000 (19:50 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 18 Apr 2020 21:59:19 +0000 (23:59 +0200)
commite1d9bfc3ee3ce52ab976052e3019b41dd798553a
tree48d025cc8e62078300ea97a9a0dbb84ed972e9ba
parent4457f75c65cbc4cabdedc890b78d2ecf1bb8ccdd
fate: Fix dependencies for ffprobe tests with external samples

Up until now, they were appended to the FATE_EXTERN-$(CONFIG_FFMPEG)
variable and were therefore activated when ffmpeg was enabled regardless
of whether ffprobe was enabled.

Also the same happened with FATE_SAMPLES_FASTSTART, although the
corresponding test (mov-faststart-4gb-overflow) only requires external
samples.

Furthermore, remove the unused FATE_FULL variable (FATE_EXTERN_FFPROBE has
taken its place).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tests/Makefile