diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 21:21:39 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 21:21:39 +0000 |
commit | 04e3f86d6b1fc5617ba0f9ab43c460edb63beac2 (patch) | |
tree | 64dce3b5cfb2590a83aa7519022dc5b3f392053a | |
parent | 44664b0915ac4920943955ef7f5c0ffd5eecbf30 (diff) | |
download | ffmpeg-04e3f86d6b1fc5617ba0f9ab43c460edb63beac2.tar.gz |
ac3 test
Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 398651995a..f54f76f1a8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -20,7 +20,7 @@ test-server: vsynth1/0.pgm asynth1.sw @$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) $(SRC_PATH)/tests/test.conf # fast regression tests for all codecs -test mpeg4 mpeg: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr +test mpeg4 mpeg ac3: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr @$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1 @$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2 |