diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-08-21 12:48:23 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-08-22 16:41:57 -0400 |
commit | e981215944876333d6da2a029e4b697e4831048b (patch) | |
tree | 7ded6f6b30e9116212cb86068cdc2ceef2e9486b /tests/Makefile | |
parent | 4b0e0f31bf0f618a634dcfdca45e72cdfb0b48b5 (diff) | |
download | ffmpeg-e981215944876333d6da2a029e4b697e4831048b.tar.gz |
FATE: add ALAC encoding tests
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 0b11102cdb..2af9a9144a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -26,6 +26,7 @@ include $(SRC_PATH)/tests/fate/vcodec.mak include $(SRC_PATH)/tests/fate/aac.mak include $(SRC_PATH)/tests/fate/ac3.mak include $(SRC_PATH)/tests/fate/adpcm.mak +include $(SRC_PATH)/tests/fate/alac.mak include $(SRC_PATH)/tests/fate/als.mak include $(SRC_PATH)/tests/fate/amrnb.mak include $(SRC_PATH)/tests/fate/amrwb.mak |