diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-30 10:30:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-30 10:36:04 +0200 |
commit | 4cf6e0008187cf75ac86f3bd12592b5f6ac9d91e (patch) | |
tree | 4950ba7ff749c79bdbd695ac7c60466d99cada5e /tests/Makefile | |
parent | 7dfe798d148bf4730cf23484bea15462424cd6b5 (diff) | |
parent | c47037c7a17e4026d38dfa41da27b9f91506725b (diff) | |
download | ffmpeg-streaming-4cf6e0008187cf75ac86f3bd12592b5f6ac9d91e.zip ffmpeg-streaming-4cf6e0008187cf75ac86f3bd12592b5f6ac9d91e.tar.gz |
Merge commit 'c47037c7a17e4026d38dfa41da27b9f91506725b'
* commit 'c47037c7a17e4026d38dfa41da27b9f91506725b':
fate: Add timefilter test
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 c19c901..914448e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -104,6 +104,7 @@ include $(SRC_PATH)/tests/fate/h264.mak include $(SRC_PATH)/tests/fate/image.mak include $(SRC_PATH)/tests/fate/indeo.mak include $(SRC_PATH)/tests/fate/libavcodec.mak +include $(SRC_PATH)/tests/fate/libavdevice.mak include $(SRC_PATH)/tests/fate/libavformat.mak include $(SRC_PATH)/tests/fate/libavutil.mak include $(SRC_PATH)/tests/fate/lossless-audio.mak |