]> git.sesse.net Git - ffmpeg/commitdiff
fate: add ac3/eac3 tests to FATE_SAMPLES_AVCONV
authorJanne Grunau <janne-libav@jannau.net>
Wed, 31 Oct 2012 18:56:02 +0000 (19:56 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 31 Oct 2012 19:01:08 +0000 (20:01 +0100)
Fixes typo in 2cbdd7c92958cb8226491d8eb23ed2d57d4b841e.

tests/fate/ac3.mak

index 59d0780144d64264c489e2a360cde646b2ef3cde..46e7a386454335438edda101843178a787b0d43e 100644 (file)
@@ -71,6 +71,6 @@ fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -b 128k -f ac3 -flags bi
 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)