diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-11-28 16:59:13 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-28 19:36:13 +0100 |
commit | 47e7fb88158416460a45f54f9dfbcd716cd7a3b0 (patch) | |
tree | 247f54d5946b013991f4bf109554548b655f1db4 /tests/Makefile | |
parent | 2c4593dd132ee765aaedc553ab5f13ed9afd497b (diff) | |
download | ffmpeg-47e7fb88158416460a45f54f9dfbcd716cd7a3b0.tar.gz |
fate: Do not unconditionally run libavutil tests
Now that libavutil can be disabled, this should be conditional.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 64ad6ad8ae..4e4eb897c0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -98,7 +98,6 @@ FATE_SAMPLES-$(CONFIG_AVCONV) += $(FATE_SAMPLES_AVCONV) FATE_SAMPLES += $(FATE_SAMPLES-yes) FATE += $(FATE-yes) -FATE += $(FATE_LIBAVUTIL) $(FATE_AVCONV) $(FATE_SAMPLES_AVCONV): avconv$(EXESUF) |