diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-30 20:53:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-30 20:53:30 +0100 |
commit | 2f84f13806fa03e760d97077f3b8e79b70013eee (patch) | |
tree | 8b3d65f538c3705628cc92dba0149da607929a40 /tests | |
parent | 28bcca46ed668d8cde9a59ff11c6242e0665bfa3 (diff) | |
download | ffmpeg-2f84f13806fa03e760d97077f3b8e79b70013eee.tar.gz |
fate: remove typo, reenable AC3 tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/ac3.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index cde214175c..2985a0e69a 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -71,6 +71,6 @@ fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -ab 128k -f ac3 -flags + fate-ac3-fixed-encode: CMP = oneline fate-ac3-fixed-encode: REF = a1d1fc116463b771abf5aef7ed37d7b1 -FATE_SAMPLES_AVCONV- += $(FATE_AC3-yes) $(FATE_EAC3-yes) +FATE_SAMPLES_AVCONV += $(FATE_AC3-yes) $(FATE_EAC3-yes) fate-ac3: $(FATE_AC3-yes) $(FATE_EAC3-yes) |