]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate/mp3.mak
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
[ffmpeg] / tests / fate / mp3.mak
index 2181fa6a258863c9ad487e29f4e63b55e64dc9fc..1986061c29ef563546c5e4f84f2987dfcb5ca9aa 100644 (file)
@@ -30,11 +30,14 @@ 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
 
 ifdef HAVE_NEON
 fate-mp3-float-conf-hecommon: FUZZ = 0.70
 endif
+
+FATE_MP3-$(call DEMDEC, MP3, MP3FLOAT) += $(FATE_MP3)
+
+FATE_SAMPLES_AVCONV += $(FATE_MP3-yes)
+fate-mp3: $(FATE_MP3-yes)