diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-06-30 12:15:54 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-06-30 13:49:43 +0200 |
commit | c9c4835f5164b86510591d4ba604bfb448c7a356 (patch) | |
tree | e1e670ee31447ebb0df8b310f50dbe6c8e901aeb /tests/Makefile | |
parent | 20a8dca57fc579dbb0641ccd6dec2686d0ffdf1b (diff) | |
download | ffmpeg-c9c4835f5164b86510591d4ba604bfb448c7a356.tar.gz |
fate: add a test for the -force_key_frames option.
It broke twice in the last three months due to other changes.
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 266901c584..eda938a3a5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -65,6 +65,7 @@ include $(SRC_PATH)/tests/fate/lossless-video.mak include $(SRC_PATH)/tests/fate/microsoft.mak include $(SRC_PATH)/tests/fate/mp3.mak include $(SRC_PATH)/tests/fate/mpc.mak +include $(SRC_PATH)/tests/fate/options.mak include $(SRC_PATH)/tests/fate/pcm.mak include $(SRC_PATH)/tests/fate/probe.mak include $(SRC_PATH)/tests/fate/prores.mak |