diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-11-28 17:06:04 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-12-04 15:24:05 +0100 |
commit | 90153465b04bf4175b8e85587d90b3b3e5399020 (patch) | |
tree | f97329aa91a85ad0397203adaf595cb3b77aced2 /tests/fate/mp3.mak | |
parent | 1944d532a8a1c4b12222f0acfeb1153630dbc996 (diff) | |
download | ffmpeg-90153465b04bf4175b8e85587d90b3b3e5399020.tar.gz |
fate: Add dependencies for bmp, cdxl, dfa, mp3
Diffstat (limited to 'tests/fate/mp3.mak')
-rw-r--r-- | tests/fate/mp3.mak | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/fate/mp3.mak b/tests/fate/mp3.mak index bd0657d21f..663f14e13d 100644 --- a/tests/fate/mp3.mak +++ b/tests/fate/mp3.mak @@ -30,7 +30,10 @@ FATE_MP3 += fate-mp3-float-extra_overread fate-mp3-float-extra_overread: CMD = pcm -c:a mp3float -i $(SAMPLES)/mpegaudio/extra_overread.mp3 fate-mp3-float-extra_overread: REF = $(SAMPLES)/mpegaudio/extra_overread.pcm -FATE_SAMPLES_AVCONV += $(FATE_MP3) -fate-mp3: $(FATE_MP3) $(FATE_MP3): CMP = stddev $(FATE_MP3): FUZZ = 0.07 + +FATE_MP3-$(call DEMDEC, MP3, MP3FLOAT) += $(FATE_MP3) + +FATE_SAMPLES_AVCONV += $(FATE_MP3-yes) +fate-mp3: $(FATE_MP3-yes) |