diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-19 14:48:32 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-20 08:02:30 +0100 |
commit | 08e1376d81f380a22fc7d4c1f783e83364d4ceb6 (patch) | |
tree | 2a4561bc4d72fa7cded1a91e7168b3cb7558fb73 /tests/Makefile | |
parent | 23f3f92361a3db53e595de33cfd5440f53bee220 (diff) | |
download | ffmpeg-streaming-08e1376d81f380a22fc7d4c1f783e83364d4ceb6.zip ffmpeg-streaming-08e1376d81f380a22fc7d4c1f783e83364d4ceb6.tar.gz |
fate: add fate-sws-pixdesc-query
Test the pixel format querying within libswscale.
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 53d900b..66d9910 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -145,6 +145,7 @@ include $(SRC_PATH)/tests/fate/libavformat.mak include $(SRC_PATH)/tests/fate/libavresample.mak include $(SRC_PATH)/tests/fate/libavutil.mak include $(SRC_PATH)/tests/fate/libswresample.mak +include $(SRC_PATH)/tests/fate/libswscale.mak include $(SRC_PATH)/tests/fate/lossless-audio.mak include $(SRC_PATH)/tests/fate/lossless-video.mak include $(SRC_PATH)/tests/fate/matroska.mak |