summaryrefslogtreecommitdiff
path: root/tests/fate/ac3.mak
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-18 10:33:28 +0100
committerMans Rullgard <mans@mansr.com>2012-05-29 08:35:41 +0100
commit7263cd554496d95dec4b97df3e7a935208acd5b1 (patch)
treec113b3a9413c5044f709a3ead093a24df66aef66 /tests/fate/ac3.mak
parent47b5996bb018e15bde6b6af9b5c849961b4bf845 (diff)
fate: convert codec-regression.sh to makefile rules
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/ac3.mak')
-rw-r--r--tests/fate/ac3.mak7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
index 5a5169d624..5e5d06ab44 100644
--- a/tests/fate/ac3.mak
+++ b/tests/fate/ac3.mak
@@ -46,5 +46,12 @@ fate-eac3-encode: CMP_TARGET = 514.02
fate-eac3-encode: SIZE_TOLERANCE = 488
fate-eac3-encode: FUZZ = 3
+FATE_AC3 += fate-ac3-fixed-encode
+fate-ac3-fixed-encode: tests/data/asynth-44100-2.wav
+fate-ac3-fixed-encode: SRC = tests/data/asynth-44100-2.wav
+fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -b 128k -f ac3
+fate-ac3-fixed-encode: CMP = oneline
+fate-ac3-fixed-encode: REF = a1d1fc116463b771abf5aef7ed37d7b1
+
FATE_SAMPLES_AVCONV += $(FATE_AC3)
fate-ac3: $(FATE_AC3)