diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-20 01:12:18 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-14 15:09:59 +0100 |
commit | a3138ebfa85ec0d3aa7cbf8f2a09e40a220521cf (patch) | |
tree | 11e6ae67b3eaa70a987a2b55d185d881898e678f /tests/fate/amrwb.mak | |
parent | 7f1fcaf0e6488c92c0624ab112ec220dc3709de6 (diff) | |
download | ffmpeg-a3138ebfa85ec0d3aa7cbf8f2a09e40a220521cf.tar.gz |
fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests
Diffstat (limited to 'tests/fate/amrwb.mak')
-rw-r--r-- | tests/fate/amrwb.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/amrwb.mak b/tests/fate/amrwb.mak index 0b7be7216d..99c27376a2 100644 --- a/tests/fate/amrwb.mak +++ b/tests/fate/amrwb.mak @@ -43,5 +43,5 @@ fate-amrwb-23k85-2: REF = $(SAMPLES)/amrwb/deus-23k85.pcm $(FATE_AMRWB): CMP = stddev -FATE_SAMPLES_AVCONV += $(FATE_AMRWB) +FATE_SAMPLES_AVCONV-$(call DEMDEC, AMR, AMRWB) += $(FATE_AMRWB) fate-amrwb: $(FATE_AMRWB) |