diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-08 22:07:26 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-09 14:13:34 +0100 |
commit | f7c2dca0d9f63caeab7277e64b30fb5d6d3aa071 (patch) | |
tree | ae4ebff6ead4f8b228ba40af97e2b4f3052e9a06 /tests/fate/pcm.mak | |
parent | 63e01c2f19f18ac3fe8caf2c9740fb20a243e52c (diff) | |
download | ffmpeg-f7c2dca0d9f63caeab7277e64b30fb5d6d3aa071.tar.gz |
fate: improve dependencies
This makes only tests actually using avconv depend on it.
The remaining tests already depend on what they need.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/pcm.mak')
-rw-r--r-- | tests/fate/pcm.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/pcm.mak b/tests/fate/pcm.mak index 4b271346f6..d0acc23d4f 100644 --- a/tests/fate/pcm.mak +++ b/tests/fate/pcm.mak @@ -30,5 +30,5 @@ fate-dcinema-encode: tests/data/asynth-96000-6.wav fate-dcinema-encode: SRC = tests/data/asynth-96000-6.wav fate-dcinema-encode: CMD = enc_dec_pcm daud md5 s16le $(SRC) -c:a pcm_s24daud -FATE_TESTS += $(FATE_PCM) +FATE_AVCONV += $(FATE_PCM) fate-pcm: $(FATE_PCM) |