Add dependencies for the flac encoding fate tests.

This commit is contained in:
Carl Eugen Hoyos 2013-03-08 02:44:46 +01:00
parent 53e3bc3024
commit 0edfda7977
1 changed files with 3 additions and 1 deletions

View File

@ -22,5 +22,7 @@ fate-flac-24-%: CMD = enc_dec_pcm flac wav s24le $(REF) -c flac $(OPTS)
fate-flac-%: CMP = oneoff fate-flac-%: CMP = oneoff
fate-flac-%: FUZZ = 0 fate-flac-%: FUZZ = 0
FATE_SAMPLES_AVCONV += $(FATE_FLAC) FATE_FLAC-$(call ENCMUX, FLAC, FLAC) += $(FATE_FLAC)
FATE_SAMPLES_AVCONV += $(FATE_FLAC-yes)
fate-flac: $(FATE_FLAC) fate-flac: $(FATE_FLAC)