diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-03-06 07:30:41 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-03-06 07:30:41 +0000 |
commit | 9dc92a38a0459109951e612c45f0323a90829e50 (patch) | |
tree | 8e1324e3c3d882c12bc3458a812890e58ed97958 /Makefile | |
parent | 11c55efa34ce55ea259233fa3920562cf385d78a (diff) | |
download | ffmpeg-9dc92a38a0459109951e612c45f0323a90829e50.tar.gz |
IMA ADPCM encoder - QT variant
Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -314,6 +314,7 @@ CODEC_TESTS = $(addprefix regtest-, \ ac3 \ g726 \ adpcm_ima_wav \ + adpcm_ima_qt \ adpcm_ms \ adpcm_yam \ adpcm_swf \ |