diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-08 13:41:39 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-08 13:41:39 +0200 |
commit | bba819bd8fb7a3103a9901463c47144855a34f70 (patch) | |
tree | ee8a6676082387a1f2437fb3512c941c9e1b3c4d /tests | |
parent | e145afb4b00f0ad8fd4d6edd6fd1b0b121c6c226 (diff) | |
download | ffmpeg-bba819bd8fb7a3103a9901463c47144855a34f70.tar.gz |
fate: FLAC tests require SAMPLES.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/flac.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/flac.mak b/tests/fate/flac.mak index c5340590d1..dc4992827d 100644 --- a/tests/fate/flac.mak +++ b/tests/fate/flac.mak @@ -15,5 +15,5 @@ fate-flac-%: CMD = enc_dec_pcm flac wav s16le $(REF) -c flac $(OPTS) fate-flac-%: CMP = oneoff fate-flac-%: FUZZ = 0 -FATE_AVCONV += $(FATE_FLAC) +FATE_SAMPLES_AVCONV += $(FATE_FLAC) fate-flac: $(FATE_FLAC) |