Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-10-07 02:47:33 +0400
committerJustin Ruggles <justin.ruggles@gmail.com>2009-10-07 02:47:33 +0400
commit9797ce58b7967b94cf70028e4a8159d654084695 (patch)
tree8c3724e25e2eaa3c109236f047c942c7897262d9 /Makefile
parent96da1c51f6cc82288e05cf3fc53c10f7a94b9a21 (diff)
Add ALAC encoding and decoding regression tests.
Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed81397581..9cd9ef25f6 100644
--- a/Makefile
+++ b/Makefile
@@ -194,6 +194,7 @@ CODEC_TESTS = $(addprefix regtest-, \
adpcm_ms \
adpcm_yam \
adpcm_swf \
+ alac \
flac \
wma \
pcm \